mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +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("")
|
||||
print(" git tag {}".format(newversion))
|
||||
print(" git tag -a {}".format(newversion))
|
||||
print(" git push origin {}".format(newversion))
|
||||
print("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user