Skip to content
Snippets Groups Projects
Verified Commit 4d61a80f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare release 0.12.0

parent 552c727a
No related branches found
Tags v0.12.0
No related merge requests found
Pipeline #44856 canceled
...@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. ...@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.12.0] - 2023-10-24 ## [0.12.0] - 2023-10-25
(Timm Fitschen) (Timm Fitschen)
### Fixed ### Fixed
......
...@@ -23,6 +23,6 @@ authors: ...@@ -23,6 +23,6 @@ authors:
given-names: Stefan given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125 orcid: https://orcid.org/0000-0001-7214-8125
title: "CaosDB - Server" title: "CaosDB - Server"
version: 0.11.0 version: 0.12.0
doi: 10.3390/data4020083 doi: 10.3390/data4020083
date-released: 2023-10-13 date-released: 2023-10-25
...@@ -26,18 +26,20 @@ guidelines of the CaosDB Project ...@@ -26,18 +26,20 @@ guidelines of the CaosDB Project
5. Merge the release branch into the main branch. 5. Merge the release branch into the main branch.
6. Tag the latest commit of the main branch with `v<VERSION>`. 6. Wait for the main branch pipelines to pass.
7. Delete the release branch. 7. Tag the latest commit of the main branch with `v<VERSION>`.
8. Merge the main branch back into the dev branch. 8. Delete the release branch.
9. Update the versions for the next developement round: 9. Merge the main branch back into the dev branch.
10. Update the versions for the next developement round:
* [pom.xml](./pom.xml) with a `-SNAPSHOT` suffix * [pom.xml](./pom.xml) with a `-SNAPSHOT` suffix
* `src/doc/conf.py` * `src/doc/conf.py`
* `CHANGELOG.md`: Re-add the `[Unreleased]` section. * `CHANGELOG.md`: Re-add the `[Unreleased]` section.
10. Add a gitlab release in the respective repository: 11. Add a gitlab release in the respective repository:
https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/releases https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/releases
Add a description, which can be a copy&paste from the CHANGELOG, possibly prepended by: Add a description, which can be a copy&paste from the CHANGELOG, possibly prepended by:
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.caosdb</groupId> <groupId>org.caosdb</groupId>
<artifactId>caosdb-server</artifactId> <artifactId>caosdb-server</artifactId>
<version>0.11.1-SNAPSHOT</version> <version>0.12.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH' ...@@ -26,9 +26,9 @@ copyright = '2023, IndiScale GmbH'
author = 'Daniel Hornung, Timm Fitschen' author = 'Daniel Hornung, Timm Fitschen'
# The short X.Y version # The short X.Y version
version = '0.11.1' version = '0.12.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.11.1-SNAPSHOT' release = '0.12.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
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