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
No related branches found
No related tags found
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.
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).
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.2] - 2022-03-25
(Timm Fitschen)
......
......@@ -20,7 +20,7 @@
cmake_minimum_required(VERSION 3.13)
set(CAOSDB_PROTO_VERSION 0.2.0)
set(CAOSDB_PROTO_VERSION 0.3.0)
project("caosdb-proto"
VERSION ${CAOSDB_PROTO_VERSION}
......
......@@ -19,11 +19,15 @@ guidelines of the CaosDB Project
3. Check all general prerequisites.
4. Prepare [CMakeLists.txt](./CMakeLists.txt): Check the `MAJOR`, `MINOR`, `PATCH`
version variables.
4. Prepare [CMakeLists.txt](./CMakeLists.txt): Check the `CAOSDB_PROTO_VERSION`
version variable.
5. Merge the release branch into the main branch.
6. Tag the latest commit of the main branch with `v<VERSION>`.
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