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

REL: initiate the next release cycle

parent c439aa40
Branches
Tags
1 merge request!10Release 0.3
Pipeline #20863 passed
...@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,22 @@ 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).
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.2] - 2022-03-25 ## [0.2] - 2022-03-25
(Timm Fitschen) (Timm Fitschen)
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
cmake_minimum_required(VERSION 3.13) cmake_minimum_required(VERSION 3.13)
set(CAOSDB_PROTO_VERSION 0.2.0) set(CAOSDB_PROTO_VERSION 0.3.0)
project("caosdb-proto" project("caosdb-proto"
VERSION ${CAOSDB_PROTO_VERSION} VERSION ${CAOSDB_PROTO_VERSION}
......
...@@ -19,11 +19,15 @@ guidelines of the CaosDB Project ...@@ -19,11 +19,15 @@ guidelines of the CaosDB Project
3. Check all general prerequisites. 3. Check all general prerequisites.
4. Prepare [CMakeLists.txt](./CMakeLists.txt): Check the `MAJOR`, `MINOR`, `PATCH` 4. Prepare [CMakeLists.txt](./CMakeLists.txt): Check the `CAOSDB_PROTO_VERSION`
version variables. version variable.
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. Tag the latest commit of the main branch with `v<VERSION>`.
7. Delete the release branch. 7. Delete the release branch.
8. Prepare the next release cycle by updating
[CMakeLists.txt](./CMakeLists.txt) - bump the version number of
`CAOSDB_PROTO_VERSION` to the next minor number.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment