mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 17:36:30 +03:00
Update set_core_version.py with new release process
This commit is contained in:
@@ -128,11 +128,15 @@ def main():
|
|||||||
subprocess.call(["git", "add", "-u"])
|
subprocess.call(["git", "add", "-u"])
|
||||||
# subprocess.call(["cargo", "update", "-p", "deltachat"])
|
# subprocess.call(["cargo", "update", "-p", "deltachat"])
|
||||||
|
|
||||||
print("after commit, on master make sure to: ")
|
print("After commit, make sure to:")
|
||||||
print("")
|
print()
|
||||||
print(f" git tag -a v{newversion}")
|
print(f" git tag -a v{newversion}")
|
||||||
print(f" git push origin v{newversion}")
|
print(f" git push origin v{newversion}")
|
||||||
print("")
|
print(f" gh release create v{newversion} -n ''")
|
||||||
|
print()
|
||||||
|
print("Merge release branch into `master` if the release")
|
||||||
|
print("is made on a stable branch.")
|
||||||
|
print()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Reference in New Issue
Block a user