mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
416 B
416 B
A Gomega release is a tagged sha and a GitHub release. To cut a release:
- Ensure CHANGELOG.md is uptodate.
- Update GOMEGA_VERSION in
gomega_dsl.go - Push a commit with the version number as the commit message (e.g.
v1.3.0) - Create a new GitHub release with the version number as the tag (e.g.
v1.3.0). List the key changes in the release notes.