Skip to content
Snippets Groups Projects
Commit a3c4f33b authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

release script: print further steps.

parent ab34bc40
No related branches found
No related tags found
No related merge requests found
......@@ -79,3 +79,15 @@ with (source_path / "scripts" / "doc" / "_redirects").open("a") as f:
f.write(
f"/v{new_version}/* https://ogs-doxygen-v{new_version_dash}.netlify.app/:splat 200!\n"
)
print(
f"""Run the following and update CITATION.cff:
git shortlog -sne {new_version}...{current_version}
Then check diff and run:
git commit -m "{new_version}"
git tag -s -m "OpenGeoSys {new_version}" {new_version}
git push --tags"""
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment