Skip to content

Commit

Permalink
Post-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Nov 30, 2023
1 parent b0020fb commit 3c44ff2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ Matthes Kantzenbach <[email protected]>
Feliks K. Kiszkurno <[email protected]>
Philipp Selzer <[email protected]>
Philipp Selzer <[email protected]> <[email protected]>
Joy Brato Shil <[email protected]>
Frieder Loer <[email protected]>
17 changes: 13 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ authors:
- given-names: Jakob
family-names: Randow
affiliation: "Hochschule für Technik, Wirtschaft und Kultur Leipzig"
- given-names: Loer
family-names: Frieder
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Robert
family-names: Habel
affiliation: TU Bergakademie Freiberg
Expand Down Expand Up @@ -152,6 +155,9 @@ authors:
- given-names: Falko
family-names: Vehling
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Joy
family-names: Brato Shil
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Sophie
family-names: Einspänner
affiliation: TU Bergakademie Freiberg
Expand Down Expand Up @@ -195,7 +201,7 @@ authors:
affiliation: Helmholtz Centre for Environmental Research -- UFZ
- given-names: Mehran
family-names: Ghasabeh
affiliation: Helmholtz Centre for Environmental Research -- UFZ
affiliation: TU Bergakademie Freiberg
- given-names: Michael
family-names: Pitz
affiliation: >-
Expand All @@ -211,6 +217,9 @@ authors:
- given-names: Luca
family-names: Urpi
identifiers:
- type: doi
value: 10.5281/zenodo.2600042
description: Zenodo DOI for 6.5.0
- type: doi
value: 10.5281/zenodo.7716938
description: Zenodo DOI for 6.4.4
Expand Down Expand Up @@ -271,6 +280,6 @@ identifiers:
repository-code: "https://github.com/ufz/ogs"
url: "https://www.opengeosys.org"
license: BSD-3-Clause
version: 6.4.4
date-released: "2023-03-10"
doi: 10.5281/zenodo.591265
version: 6.5.0
date-released: "2023-30-11"
doi: 10.5281/zenodo.2600042
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ weight = 1080
- Update `[docs-release]`-link in `README.md` to the new tag (with `v`-prefix)
- Add a redirect in `scripts/doc/_redirects`
- Update `CITATION.cff` (Zenodo DOI will be added later)
- Create a commit and push
- Wait for CI to be green (except for URL checker which will fail)
- Create a tag and push

```bash
git tag -s -m "OpenGeoSys 6.5.0" 6.5.0
git push --tags
```

- 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)`
Expand Down

0 comments on commit 3c44ff2

Please sign in to comment.