ec28258be7
Change-Id: I8750766dd7c3674542a1416eb4fee2997c4321fa
5 lines
172 B
Plaintext
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
|