File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- [ GitHub Pages] ( https://rohta.github.io/bingo/ ) で構築
66
7- ## ローカル設定
8-
9- - ローカル環境の立ち上げは、以下を実行
10- - git clone
11- - nodeとpnpmをpackage.jsonで指定されたバージョンで設定
12- - ` pnpm i --frozen-lockfile `
13- - ` pnpm run dev `
14- - git tag設定(リポジトリ管理者のみ)
15- - ` git config --local tag.template $(git rev-parse --show-toplevel)/git-tag-message.txt ` を実行
16- - タグ付け時は、表題の` メジャー・マイナー・パッチ ` から該当しない文言を削除
17- - 以降に、セマンティックバージョニングにしたがって、バージョンアップの理由を記載
7+ ## ローカル環境構築
8+
9+ - git clone
10+ - nodeとpnpmをpackage.jsonで指定されたバージョンで設定
11+ - ` pnpm i --frozen-lockfile `
12+ - ` pnpm run dev `
1813
1914## 開発の流れ
2015
2924
3025### リポジトリ管理者のみ
3126
32- 7 . 必要と判断した場合、タグ付け
33- 8 . リリースノート作成
27+ 7 . 必要と判断した場合、mainブランチでセマンティックバージョンによるタグ付けa. 署名必須b. コメントにバージョンアップ理由を記載c. git-tag-message.txtを編集後、-Fオプションを用いてコマンド実行 ` git tag -s -a v*.*.* -F git-tag-message.txt `
28+ 8 . 自動生成機能を用いて、 リリースノート作成
3429
3530## 機能図
3631
You can’t perform that action at this time.
0 commit comments