compose/script/release
Ulysses Souza 854c14a5bc
Merge pull request #7031 from venthur/remove_python2
Removed Python2 support
2020-06-10 17:03:19 +02:00
..
README.md Update release docs 2020-06-03 18:31:05 +02:00
cherry-pick-pr
const.py
generate_changelog.sh
release.md.tmpl
utils.py
utils.sh

README.md

Release HOWTO

The release process is fully automated by Release.Jenkinsfile.

Usage

  1. In the appropriate branch, run ./script/release/release.py tag <version>

By appropriate, we mean for a version 1.26.0 or 1.26.0-rc1 you should run the script in the 1.26.x branch.

The script should check the above then ask for changelog modifications.

After the executions, you should have a commit with the proper bumps for docker-compose version and run.sh

  1. Run git push --tags upstream <version_branch> This should trigger a new CI build on the new tag. When the CI finishes with the tests and builds a new draft release would be available on github's releases page.

  2. Check and confirm the release on github's release page.

  3. In case of a GA version, please update docker-composes release notes and version on github documentation repository: