compose/script/release
Nicolas De loof 8ad480546f
Tag as x.y.z without v prefix
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

Close https://github.com/docker/compose/issues/7168
2020-01-22 13:55:24 +01:00
..
cherry-pick-pr Fix release script notes about software and typos. 2015-10-28 12:10:30 -04:00
generate_changelog.sh run release on tag by Jenkinsfile 2020-01-09 16:11:03 +01:00
README.md Tag as x.y.z without v prefix 2020-01-22 13:55:24 +01:00
release.md.tmpl Reffer Docker for Mac and Windows as Docker Desktop 2018-09-29 21:17:26 -03:00
utils.sh fix a typo in script/release/utils.sh 2017-02-16 11:14:49 +08:00

Release HOWTO

The release process is fully automated by Release.Jenkinsfile.

Usage

  1. edit compose/__init__.py to set release version number
  2. commit and tag as {major}.{minor}.{patch}
  3. edit compose/__init__.py again to set next development version number