diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index dc43a2fc1d32170dd4ff774ea893e29ac0f24767..8a8867d62be898be3e171dec6b6ca2eb7e69b6e4 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...