From b88322bf87bab5f086ae10df982c2ce923659d54 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Thu, 5 Sep 2024 08:21:38 +0200 Subject: [PATCH] 6.5.3 post-release. --- CITATION.cff | 3 +++ .../procedures/publish-a-release/index.md | 3 +-- web/content/publications/_index.md | 20 +++++++++++-------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c4d606eef95..521c571ee73 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -245,6 +245,9 @@ authors: family-names: Max affiliation: "Hochschule für Technik, Wirtschaft und Kultur Leipzig" identifiers: + - type: doi + value: 10.5281/zenodo.13685289 + description: Zenodo DOI for 6.5.3 - type: doi value: 10.5281/zenodo.11652195 description: Zenodo DOI for 6.5.2 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 3c95216067d..a8b8253e88d 100644 --- a/web/content/docs/devguide/procedures/publish-a-release/index.md +++ b/web/content/docs/devguide/procedures/publish-a-release/index.md @@ -22,10 +22,9 @@ weight = 1080 - 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 - - Convert MR ids to URLs: replace `!([0-9][0-9][0-9][0-9])` with `[!$1](https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/$1)` and `#([0-9][0-9][0-9][0-9])` with `[#$1](https://gitlab.opengeosys.org/ogs/ogs/-/issues/$1)` - Copy release binaries and container images from CI job to Azure OGS storage to a subdirectory containing the tag name at - 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 (obtained via `git shortlog -sne [new_version]...[previous_version]`) +- Run `python scripts/python/post-release.py` and commit and create a discourse announcement post - Set milestone on expired issues and merge requests diff --git a/web/content/publications/_index.md b/web/content/publications/_index.md index 9a8d6bea141..4d56550cae2 100644 --- a/web/content/publications/_index.md +++ b/web/content/publications/_index.md @@ -12,22 +12,26 @@ weight = 3 ### Cite the software ```bibtex -@software{ogs:6.5.2, +@software{ogs:6.5.3, author = {Naumov, Dmitri and Bilke, Lars and Lehmann, Christoph and Fischer, Thomas and Wang, Wenqing and - Silbermann, Christian and - Thiedau, Jan and - Selzer, Philipp}, + Shao, Haibing and + Buchwald, Jörg and + Rink, Karsten and + Chen, Chaofan and + Mollaali, Mostafa and + Kessler, Kristof and + Max, Jäschke}, title = {OpenGeoSys}, - month = jun, + month = sep, year = 2024, publisher = {Zenodo}, - version = {6.5.2}, - doi = {10.5281/zenodo.11652195}, - url = {https://doi.org/10.5281/zenodo.11652195} + version = {6.5.3}, + doi = {10.5281/zenodo.13685289}, + url = {https://doi.org/10.5281/zenodo.13685289} } ```