diff --git a/web/content/docs/devguide/procedures/publish-a-release/index.md b/web/content/docs/devguide/procedures/publish-a-release/index.md index e640222840d7e3b71d264f48e8714f65f325d173..3c95216067dbbd336b619662ee0d3c7b7ac455a4 100644 --- a/web/content/docs/devguide/procedures/publish-a-release/index.md +++ b/web/content/docs/devguide/procedures/publish-a-release/index.md @@ -13,6 +13,12 @@ weight = 1080 - Update merge request template (settings / merge_requests) to point to a new changelog wiki page - Run `python scripts/python/do-release.py` +- Create new netlify site (in an empty directory) + <!-- vale off --> + - `netlify init` + - `# [ENTER]` + - `# ogs-doxygen-[TAG (- separated instead of .)]` + <!-- vale on --> - Update `CITATION.cff`, create a commit, tag and push (see script output) - A new release is automatically created on GitLab - Fill in the release notes from the Wiki @@ -21,5 +27,5 @@ weight = 1080 - Create a release on GitHub mirror (`ufz/ogs`) - Check if a [Zenodo release](https://zenodo.org/account/settings/github/repository/ufz/ogs#) is automatically issued - Run `python scripts/python/post-release.py` and commit and create a discourse announcement post -- Update Zenodo entry with correct authors +- Update Zenodo entry with correct authors (obtained via `git shortlog -sne [new_version]...[previous_version]`) - Set milestone on expired issues and merge requests