diff --git a/scripts/python/do-release.py b/scripts/python/do-release.py index dfe3514e9138fe1bdd1e9153bf48391413c7fe5b..42c14f27fdb3d541b426cd4c62aac80aafa90641 100644 --- a/scripts/python/do-release.py +++ b/scripts/python/do-release.py @@ -89,5 +89,6 @@ Then check diff and run: git commit -m "{new_version}" git tag -s -m "OpenGeoSys {new_version}" {new_version} -git push origin --tags""" +git push origin --tags +git push origin master""" ) diff --git a/scripts/python/post-release.py b/scripts/python/post-release.py index d34c20c20979391383447eed0a6ac1db74f9fecd..3d8f0f288add9559f9008bc8e70a491a84a77ce5 100644 --- a/scripts/python/post-release.py +++ b/scripts/python/post-release.py @@ -69,7 +69,7 @@ identifiers: description: Zenodo DOI for {version} ``` -Commit and push to master and create Zenodo release post: +Commit and push to master and create Discourse release post: [](https://doi.org/10.5281/zenodo.{zenodo_record})