Prefix | Meaing |
---|---|
feature/ |
新しい機能の追加用ブランチ。例: feature/login-ui
|
bugfix/ |
バグ修正用のブランチ。例: bugfix/fix-login-crash
|
refactor/ |
機能もバグも変えず、コードだけをキレイにする用のブランチ。例: refactor/split-player-class
|
hotfix/ |
緊急で本番環境に修正を入れるとき。例: hotfix/memory-leak
|
release/ |
リリース前の調整や検証のためのブランチ。例: release/v1.0.0
|
chore/ |
細かい修正・リファクタ・依存関係のアップデートなど。例: chore/update-eslint
|
test/ |
テスト用ブランチ。例: test/experimental-ui
|
doc/ |
ドキュメントの修正。例: doc/readme-update
|
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme