- Create a feature branch which updates
CHANGELOG.md
- the version in
src/version.go
- Run
bin/pre-release
and update Terraform module commit hash if needed - Get the feature branch reviewed and merged
- Create and push a new Git tag for the release
git tag vX.Y.Z
git push --tags
- Travis-CI creates a new release on Github and attaches the binaries to it
This repository was archived by the owner on Jun 3, 2021. It is now read-only.