Release Tag
Cuts annotated semver releases with notes derived from recent commits.
Actions
| # | Action | Role | Input |
|---|---|---|---|
| 01 | release-tag |
Compute version, draft notes, validate, bump, tag, push | version (optional), notes_overrides |
Before running an action, read its file in actions/, not only the table or assets.
Transversal rules
- Versions follow semver
major.minor.patchstrictly. No suffixes unless explicitly requested. - Tags are annotated (
git tag -a), never lightweight. - Release notes are mandatory and follow
assets/release-template.md. - Always ask the user to validate the version, notes, and impacted files before tagging.
- Never
--forcepush tags. Use--force-with-leaseonly when explicitly required. - The bump commit only includes version-manager files (e.g.
package.json,pyproject.toml).
Assets
assets/release-template.md: Release notes template.