Merge pull request #7177 from docker/ndeloof-patch-1

Tag as `x.y.z` without `v` prefix
This commit is contained in:
Ulysses Souza 2020-01-23 18:59:52 +01:00 committed by GitHub
commit ec0f8a8f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@ 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 `v{major}.{minor}.{patch}`
1. commit and tag as `{major}.{minor}.{patch}`
1. edit `compose/__init__.py` again to set next development version number