Adding doc to manage version tag

Change-Id: I8750766dd7c3674542a1416eb4fee2997c4321fa
This commit is contained in:
Bruno Cornec 2020-01-14 18:38:25 +01:00
parent 1b68190b51
commit ec28258be7
1 changed files with 4 additions and 0 deletions

4
TAGGING Normal file
View File

@ -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