Slack mrkdwn のボールド記法を修正しバージョンを 0.1.20 に更新・ghpr.md のシェル展開排除と変更ファイル数取得を改善#31
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 概要
Slack の
mrkdwn記法におけるボールド記法の誤り (**text**) を正しい Slack 形式 (*text*) に修正します。また、ghpr.mdコマンド定義のシェル展開による誤動作を排除し、変更ファイル数の取得方法を改善します。✨ 変更内容
DeployCommand内のmrkdwnボールド記法を**text**から*text*に修正Version::ROCKET_VERSIONを0.1.19から0.1.20にバージョンアップghpr.mdの$(git branch --show-current)シェル展開を排除しリテラル文字列でブランチ名を指定するよう変更git diff --name-only | wc -lを--numstatの行数カウントに変更🎯 影響範囲
src/Command/DeployCommand.phpmrkdwnボールドの記法を Slack API 仕様に準拠した正しい形式 (*text*) に修正。Hostname:とURL:ラベルのボールド表示が正しく機能するようになります。src/Version.phpROCKET_VERSIONを0.1.19から0.1.20にインクリメント。上記の修正を反映したパッチバージョンアップ。ghpr.mdコマンド定義の改善.claude/commands/ghpr.md$(git branch --show-current)のシェル展開を排除しブランチ名をリテラル値で指定するよう変更。`git diff変更統計:
✅ テスト
mrkdwnボールド表示を実際のデプロイチャンネルで確認