We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4689ca1 commit 172d8e2Copy full SHA for 172d8e2
1 file changed
CLAUDE.md
@@ -168,7 +168,6 @@ just release # Create automated release via semantic-release
168
The release process is fully automated via semantic-release:
169
170
- **Version determination**: Automatically calculated from commit types (feat → minor, fix → patch, BREAKING CHANGE → major)
171
-- **Release notes**: Generated with 2-tier structure (Highlights for feat/fix/perf, Maintenance for chore/docs/refactor)
172
- **Workflow**: Push to `release` branch triggers GitHub Actions → semantic-release creates tag, GitHub Release, and updates CHANGELOG.md
173
- **Commit format**: Must follow Conventional Commits (enforced by commitlint)
174
0 commit comments