From 8e01f361bd30e43156b88f80d97a7f715c9c333c Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Wed, 3 Jun 2020 18:27:56 +0200 Subject: [PATCH] Update release docs Signed-off-by: Ulysses Souza --- script/release/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/script/release/README.md b/script/release/README.md index 8c961e3ad..b42e4fa1d 100644 --- a/script/release/README.md +++ b/script/release/README.md @@ -4,7 +4,7 @@ The release process is fully automated by `Release.Jenkinsfile`. ## Usage -1. In the appropriate branch, run `./scripts/release/release tag ` +1. In the appropriate branch, run `./script/release/release.py tag ` 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. @@ -16,3 +16,8 @@ After the executions, you should have a commit with the proper bumps for `docker 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. 3. Check and confirm the release on github's release page. + +4. In case of a GA version, please update `docker-compose`s release notes and version on [github documentation repository](https://github.com/docker/docker.github.io): + - [Release Notes](https://github.com/docker/docker.github.io/blob/master/compose/release-notes.md) + - [Config version](https://github.com/docker/docker.github.io/blob/master/_config.yml) + - [Config authoring version](https://github.com/docker/docker.github.io/blob/master/_config_authoring.yml)