-
Notifications
You must be signed in to change notification settings - Fork 178
バージョンがv2.4.2.0になる件の対策 #1874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
バージョンがv2.4.2.0になる件の対策 #1874
Conversation
Kudos, SonarCloud Quality Gate passed!
|
4番目の数字は総コミット数になるのかと思っていたんですが、その記載だとそうは見えないです。おそらく簡単なパッチリリースで3番目の数字を上げたくないので、4番目の数字をリリース番号として呼称的に上げているんですかね? どういうケースでどういうルールのバージョン |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
変更内容はこれで良いと思います。
✅ Build sakura 1.0.4201 completed (commit 708e8ae0da by @berryzplus) |
タグはdeleteもできるので振り直しは可能なはずです。 |
すでに対応してましたね。 |
…sion-number バージョンがv2.4.2.0になる件の対策
…sion-number バージョンがv2.4.2.0になる件の対策
PR の目的
バージョンが正しく表示されるようにします。
カテゴリ
PR の背景
v2.4.2リリースを準備したところ、バージョンが正しく表示されなかったため。
PR のメリット
PR のデメリット (トレードオフとかあれば)
仕様・動作説明
バージョン表記の末尾が正しく表示されなかったのを修正します。
誤) v2.4.2.0
正) v2.4.2.6047 ←末尾は総コミット数。
必ずしも修正しなくても良い気はしますが、修正案を上げておきます。
このPRをマージする場合、v2.4.2.1をリリースする流れになります。
PR の影響範囲
テスト内容
テスト1
手順
関連 issue, PR
参考資料