Document that in release we must push tags
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
54039e0bd5
commit
a037bed859
|
@ -26,7 +26,7 @@ make check # Run tests in Python 2 and 3
|
|||
Once you're sure this is the *real* version, tag it:
|
||||
|
||||
git tag VERSION
|
||||
git push
|
||||
git push --tags
|
||||
|
||||
## Create tarball
|
||||
|
||||
|
|
Loading…
Reference in New Issue