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.

  • addy-git-workflow — semantic versioning, tagging, changelog authoring.
  • gstack-ship — bumps VERSION and updates the CHANGELOG at ship time (gstack).

See Also