From 8ad480546f5253182d83fdaab02fa622bd107002 Mon Sep 17 00:00:00 2001 From: Nicolas De loof Date: Wed, 22 Jan 2020 13:55:24 +0100 Subject: [PATCH] Tag as `x.y.z` without `v` prefix Signed-off-by: Nicolas De Loof Close https://github.com/docker/compose/issues/7168 --- script/release/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release/README.md b/script/release/README.md index d53f67606..022d35417 100644 --- a/script/release/README.md +++ b/script/release/README.md @@ -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