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.