build: 自版を据え置いたまま Kotlin を 2.4.20 へ更新する - #76
Merged
Merged
Conversation
次のリリースは Kotlin 版のみを進め、自版は据え置く。開発版の自版も同じ 0.1.3 とし、 リリース時の版宣言(-SNAPSHOT の除去)で 2.4.20-0.1.3 が確定する。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
カタログの更新に伴い、実測環境を記録する資料・IDE 設定の版表記と、JS / Wasm ツール チェーンのロックファイルを追随させる。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
k163377
marked this pull request as ready for review
September 12, 2026 11:38
This was referenced Sep 12, 2026
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.
次のリリースを
2.4.20-0.1.3(Kotlin 版のみ進め、自版は据え置き)とするための変更。変更
0.1.4-SNAPSHOTではなく0.1.3-SNAPSHOTとする(自版の据え置き)(実測環境を記録する資料・
.idea/kotlinc.xml・両ビルドのkotlin-js-store/yarn.lock)maven版は上流のkotlin-maven-plugin親 POM が 3.9.12 のままのため変化しない。従来のリリースフローとの関係
自版を
0.1.3-SNAPSHOTとして宣言することで、リリースは既存の自動化にそのまま乗る。2.4.20-0.1.3-SNAPSHOT)-SNAPSHOTが外れて2.4.20-0.1.3が確定し、版表記の同期と CHANGELOG の節起こしを含む版宣言 PR が出る
gradle.propertiesを動かし、タグ付け〜公開まで自動で進む自版を
0.1.3(リリース版の宣言状態)のまま Kotlin だけ上げる形は採れない。配布物を説明する文書の版表記が未公開の版を指すことになり、版宣言の差分が
gradle.propertiesを含まないためタグ付けが起動しない。開発中は README の版表記が公開済みの
2.4.10-0.1.3を指したまま据え置かれる(同期の対象はリリース版を宣言している間に限るため)。
検証(ローカル・Windows)
./gradlew build./gradlew -p integration-test build -x :gradle-integration:test -x :maven-integration:test./gradlew -p integration-test :gradle-integration:test --rerun./gradlew -p integration-test :maven-integration:test --rerunいずれも green。CHANGELOG のエントリは書かない(版更新は版形式そのものが表す)。
🤖 Generated with Claude Code