-
Notifications
You must be signed in to change notification settings - Fork 51
Release process
Oliver Soell edited this page Aug 2, 2021
·
11 revisions
- Bump version number in main.go (format: x.x.x), and in README.md.
- Run
VERSION=vx.x.x make autoneg-manifests
, and replace the Google header indeploy/autoneg.yaml
- Commit locally
- Create local release tag (
git tag vx.x.x -m "Version **v**x.x.x"
) - Push release tag (
git push **v**x.x.x origin
) which will build and push a release image - Make github release, with version vx.x.x pointing to the master commit
- Bump version in main.go to x.x.(x+1)-dev
- Commit to master