-
Notifications
You must be signed in to change notification settings - Fork 51
Release process
Oliver Soell edited this page Jul 2, 2021
·
11 revisions
- Bump version number (format: x.x.x) in main.go and README.md.
- Run
VERSION=x.x.x make autoneg-manifests
, and replace the Google header indeploy/autoneg.yaml
- Run
VERSION=x.x.x make release-push
to build the new image and push to github's registry - Commit to master
- 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