clarify tagging hint

This commit is contained in:
B. Petersen
2021-05-03 16:39:13 +02:00
committed by bjoern
parent 553f4c4b88
commit c4f36836d4

View File

@@ -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("")