From 1937aa822600bf87d97ab716c58cb10eb3569b14 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 12 Apr 2022 12:11:30 +0200 Subject: [PATCH] DOC: Release guidelines have Gitlab release now. --- RELEASE_GUIDELINES.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index dc43a2f..8a8867d 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -25,8 +25,13 @@ guidelines of the CaosDB Project 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>`. Push the tag and the main branch. -7. Delete the release branch. +7. Create release in Gitlab: + 1. On [Releases](https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib/-/releases), click "New release" + 2. Choose tag, type release title (same as tag), no milestone, possibly short release note, no + manual assets are necessary, possibly link to documentation. -8. TODO... +8. Delete the release branch. + +9. TODO... -- GitLab