python-redfish/TAGGING
Bruno Cornec ec28258be7 Adding doc to manage version tag
Change-Id: I8750766dd7c3674542a1416eb4fee2997c4321fa
2020-01-14 18:38:25 +01:00

5 lines
172 B
Plaintext

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