mirror of
https://github.com/docker/compose.git
synced 2026-07-10 10:14:13 +00:00
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com> Close https://github.com/docker/compose/issues/7168
9 lines
275 B
Markdown
9 lines
275 B
Markdown
# Release HOWTO
|
|
|
|
The release process is fully automated by `Release.Jenkinsfile`.
|
|
|
|
## Usage
|
|
|
|
1. edit `compose/__init__.py` to set release version number
|
|
1. commit and tag as `{major}.{minor}.{patch}`
|
|
1. edit `compose/__init__.py` again to set next development version number
|