Skip to content

Commit

Permalink
docs: update doc/release-procedure.md (#1027)
Browse files Browse the repository at this point in the history
related: #1023
  • Loading branch information
Robot-Inventor authored Sep 14, 2024
1 parent 308159a commit 3a1ba14
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/release-procedure.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# リリース手順

1. ``src/ts/common/constants.ts````RELEASE_NOTE_URL``を更新する
2. ``npm version``でバージョンを上げる
1. リリースノートを更新する

- リリースノートを表示する場合:
- `src/ts/common/constants.ts``RELEASE_NOTE_URL`を更新する
- `src/ts/common/constants.ts``SHOW_RELEASE_NOTES``true`にする
- リリースノートを表示しない場合:
- `src/ts/common/constants.ts``SHOW_RELEASE_NOTES``false`にする

2. `npm version`でバージョンを上げる
3. 1と2を含むPull Requestをmainブランチにマージする
4. ユーザースクリプトを更新するPull Requestをmainブランチにマージする
5. 拡張機能ストアに提出する。必要があればストアの説明やスクリーンショット、プライバシーポリシーなどを更新する
Expand Down

0 comments on commit 3a1ba14

Please sign in to comment.