mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
clarify tagging hint
This commit is contained in:
@@ -82,9 +82,10 @@ def main():
|
||||
subprocess.call(["git", "add", "-u"])
|
||||
# subprocess.call(["cargo", "update", "-p", "deltachat"])
|
||||
|
||||
print("after commit make sure to: ")
|
||||
print("after commit, on master make sure to: ")
|
||||
print("")
|
||||
print(" git tag {}".format(newversion))
|
||||
print(" git push origin {}".format(newversion))
|
||||
print("")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user