Artifact: Changelog + version tag
A human-readable record of what changed in each release, paired with a semantic-version bump and a git tag. Written as part of cutting a release: choose the semver level (major / minor / patch) from the nature of the changes, tag the commit, and summarize the changes for users.
Produced by (backlinks)
- addy-git-workflow — semantic versioning, tagging, changelog authoring.
- gstack-ship — bumps VERSION and updates the CHANGELOG at ship time (gstack).
See Also
- artifact-atomic-commit — the commits a changelog summarizes.
- artifact-launch-checklist — the launch gate a tagged release passes through.
- stage-release — the stage this artifact belongs to.