版形式の例示を版表記の同期対象から外す - #74
Merged
Merged
Conversation
版形式そのものを説明する表記は現行版を指さないため、リリース毎に追随させる 必要が無い。概要 §7 を同期対象から外し、例示は固定値とする。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
README は利用者がコピーするセットアップ例を持つため同期対象のままであり、 置換はファイル単位で当たる。形式の説明に固定値は置けないので、形式の定義 だけを残す。指す版はセットアップ例が示している。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
概要
リリース毎の版表記の同期が、版形式そのものを説明する表記まで書き換えていた。形式の説明は現行版を指さないため、追随の対象から外す。
docs/概要.md§7 を同期対象から外し、例示を固定値(2.4.10-0.1.0)にする<KotlinVersion>-<pluginVersion>の定義だけを残す。README はセットアップ例(利用者がコピーする実値)を持つため同期対象のままで、置換はファイル単位に当たる。固定値を置けないので例示を持たない形にする同期が残るのは README のセットアップ例・KGP 版・互換表の
2.4.xと、開発環境を記録する資料・.idea/kotlinc.xml。検証
./gradlew :checkVersionMentionsgreen(リリース版 2.4.10-0.1.3 を宣言した状態)./gradlew syncVersionMentionsを実行してもdocs/概要.mdに差分が出ないことを確認./gradlew ktfmtCheckgreen配布物に載らない変更のため CHANGELOG のエントリは無し。
🤖 Generated with Claude Code