Skip to content
Snippets Groups Projects
Commit 7b355d18 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

REL: new release cycle

parent e0cf6f2e
Branches dev
No related tags found
No related merge requests found
Pipeline #34197 failed
......@@ -5,6 +5,19 @@ 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.9.2] - 2023-02-28
(Henrik tom Wörden)
......
......@@ -24,12 +24,12 @@ guidelines of the CaosDB Project
6. Tag the latest commit of the main branch with `v<VERSION>`.
7. Delete the release branch.
7. Build the docker image according to the [`README_SETUP.md`](README_SETUP.md),
tag it as `caosdb/caosdb:<version>`, and push it to docker hub.
8. Merge the main branch back into the dev branch and set the image tag to a `-dev` version.
8. Delete the release branch.
9. Build the docker image according to the [`README_SETUP.md`](README_SETUP.md),
tag it as `caosdb/caosdb:<version>`, and push it to docker hub.
9. Merge the main branch back into the dev branch and set the image tag to a `-dev` version.
10. Update the versions for the next developement round:
* `CHANGELOG.md`: Re-add the `[Unreleased]` section.
......
......@@ -12,7 +12,7 @@ services:
networks:
- caosnet
caosdb-server:
image: "caosdb/caosdb:0.9.2"
image: "caosdb/caosdb:0.9.2-dev"
depends_on:
- sqldb
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment