You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,9 @@ GitHub org/user listing is flat (no nested subgroups). GitLab groups honor `--re
87
87
`.github/workflows/semantic-release.yaml`runs on merges to `main` and uses conventional commit prefixes to compute the next version.
88
88
89
89
- Promotes `## Unreleased` into a dated version section in `CHANGELOG.md`, commits to `main`, then tags.
90
+
- Tags created by the workflow use the canonical `vX.Y.Z` format.
90
91
- GitHub Release notes use the promoted changelog body (commit-log fallback only when `Unreleased` is empty).
92
+
- Changelog-only commits do not retrigger semantic release, and no tag is created when there are no releasable `fix:`, `feat:`, or breaking-change commits since the previous tag.
91
93
- Release automation is deterministic (no LLM). GitHub Copilot AI credits are not a free pipeline for custom workflows; they meter Copilot Chat/agents/review features instead.
92
94
93
95
- `fix:`-> patch release (`X.Y.Z+1`) **default for most updates**
0 commit comments