@@ -25,6 +25,7 @@ dependabotのPRや古いプロジェクトのアーカイブなどがありま
2525- bugfix用のブランチを作成。前回リリース時のコミットから分岐する。
2626 - master(マイナーリリース用ブランチ)ではないので注意。
2727- bugfixブランチに修正用PRをマージ/コミットをプッシュ。
28+ - bugfixブランチで` npm run test ` を実行し、テストが問題なく通るか念のため最終確認。
2829- bugfixブランチで` npm version patch && npm run pre-release ` を実行し、結果をプッシュ。
2930- bugfixブランチで` npm publish ` 。
3031- bugfixブランチで` git tag <バージョン名> && git push --tag ` 。
@@ -33,6 +34,7 @@ dependabotのPRや古いプロジェクトのアーカイブなどがありま
3334### マイナーリリース
3435非破壊的変更。バージョンx.y.zのyを一つ上げ、zを0にする。
3536- 事前にdependabotの更新があれば極力マージする。
37+ - masterブランチで` npm run test ` を実行し、テストが問題なく通るか念のため最終確認。
3638- masterブランチで` npm run pre-release ` を実行し、結果をプッシュ。
3739- masterブランチで` npm publish ` 。
3840- masterブランチで` git tag <バージョン名> && git push --tag ` 。
@@ -43,6 +45,7 @@ dependabotのPRや古いプロジェクトのアーカイブなどがありま
4345 - package.jsonなどのバージョンにコンフリクトが生じた場合、aiscript-nextのものを反映。
4446 - この合流は、次回リリースがメジャーリリースになると決まった段階でいつでもおこなってよい。
4547- dependabotの更新があれば極力マージする。
48+ - masterブランチで` npm run test ` を実行し、テストが問題なく通るか念のため最終確認。
4649- masterブランチで` npm run pre-release ` を実行し、結果をプッシュ。
4750- masterブランチで` npm publish ` 。
4851- masterブランチで` git tag <バージョン名> && git push --tag ` 。
0 commit comments