From ec28258be7e4f6bc62893bf39ad9299ca264615c Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Tue, 14 Jan 2020 18:38:25 +0100 Subject: [PATCH] Adding doc to manage version tag Change-Id: I8750766dd7c3674542a1416eb4fee2997c4321fa --- TAGGING | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TAGGING diff --git a/TAGGING b/TAGGING new file mode 100644 index 0000000..ea04b5a --- /dev/null +++ b/TAGGING @@ -0,0 +1,4 @@ +In order to publish automatically a new version to pypi, there is a need to tag correctly the commit before review: + +git tag -asm "Official version x.y.z" x.y.z +git review