Skip to content

Slack mrkdwn のボールド記法を修正しバージョンを 0.1.20 に更新・ghpr.md のシェル展開排除と変更ファイル数取得を改善#31

Merged
apple-x-co merged 2 commits into
mainfrom
slack-markdown
Apr 2, 2026
Merged

Conversation

@apple-x-co
Copy link
Copy Markdown
Owner

📝 概要

Slack の mrkdwn 記法におけるボールド記法の誤り (**text**) を正しい Slack 形式 (*text*) に修正します。また、ghpr.md コマンド定義のシェル展開による誤動作を排除し、変更ファイル数の取得方法を改善します。

✨ 変更内容

  • Slack DeployCommand 内の mrkdwn ボールド記法を **text** から *text* に修正
  • Version::ROCKET_VERSION0.1.19 から 0.1.20 にバージョンアップ
  • ghpr.md$(git branch --show-current) シェル展開を排除しリテラル文字列でブランチ名を指定するよう変更
  • git diff --name-only | wc -l--numstat の行数カウントに変更

🎯 影響範囲

Cohort / File(s) 変更概要
Slack 記法修正
src/Command/DeployCommand.php
mrkdwn ボールドの記法を Slack API 仕様に準拠した正しい形式 (*text*) に修正。Hostname:URL: ラベルのボールド表示が正しく機能するようになります。
バージョン更新
src/Version.php
ROCKET_VERSION0.1.19 から 0.1.20 にインクリメント。上記の修正を反映したパッチバージョンアップ。
ghpr.md コマンド定義の改善
.claude/commands/ghpr.md
$(git branch --show-current) のシェル展開を排除しブランチ名をリテラル値で指定するよう変更。`git diff

変更統計:

  • 変更ファイル数: 3件
  • コミット数: 2件
  • 追加: +12行
  • 削除: -13行

✅ テスト

  • Slack の mrkdwn ボールド表示を実際のデプロイチャンネルで確認

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Apr 2, 2026
@apple-x-co apple-x-co marked this pull request as ready for review April 2, 2026 23:47
@apple-x-co apple-x-co merged commit fcd629f into main Apr 2, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant