From 136d1203bc31fbb05ca6b4dae8e9ab4916fd86b2 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Mon, 16 May 2022 09:41:01 +0200 Subject: [PATCH] DOC: Release guidelines. --- RELEASE_GUIDELINES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index b2c78172..fff7dac5 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -36,4 +36,12 @@ guidelines of the CaosDB Project * `src/doc/conf.py` * `CHANGELOG.md`: Re-add the `[Unreleased]` section. -10. Add a gitlab release in the respective repository. +10. Add a gitlab release in the respective repository: + https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/releases + + Add a description, which can be a copy&paste from the CHANGELOG, possibly prepended by: + ```md +# Changelog + +[See full changelog](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/blob/v0.7.3/CHANGELOG.md) + ``` -- GitLab