Path: blob/main/vendor/github.com/onsi/gomega/RELEASING.md
2875 views
A Gomega release is a tagged sha and a GitHub release. To cut a release:
Ensure CHANGELOG.md is up to date.
Use
to update the changelog
Categorize the changes into
Breaking Changes (requires a major version)
New Features (minor version)
Fixes (fix version)
Maintenance (which in general should not be mentioned in
CHANGELOG.mdas they have no user impact)
Update GOMEGA_VERSION in
gomega_dsl.goCommit, push, and release: