Skip to content

Commit b688f2a

Browse files
authored
Update branches-and-releasing.md
1 parent af1d6f8 commit b688f2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/branches-and-releasing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)