mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
scripts/set_core_version.py: suggest using annotated tags
According to `git help tag`, annotated tags are meant for releases. If tags are not annotated, `git describe` ignores them.
This commit is contained in:
@@ -84,7 +84,7 @@ def main():
|
|||||||
|
|
||||||
print("after commit, on master make sure to: ")
|
print("after commit, on master make sure to: ")
|
||||||
print("")
|
print("")
|
||||||
print(" git tag {}".format(newversion))
|
print(" git tag -a {}".format(newversion))
|
||||||
print(" git push origin {}".format(newversion))
|
print(" git push origin {}".format(newversion))
|
||||||
print("")
|
print("")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user