diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index d6c4cabb50634259b17355d7e39b8c09cda6ba85..2f1a8690c26a5f5b182cb9e894209aa3be98d3b3 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -21,13 +21,13 @@ guidelines of the CaosDB Project 3. Update the version property in [pom.xml](./pom.xml) (probably this means to remove the `-SNAPSHOT`. -4. Merge the release branch into the master branch. +4. Merge the release branch into the main branch. -5. Tag the latest commit of the master branch with `v<VERSION>`. +5. Tag the latest commit of the main branch with `v<VERSION>`. 6. Delete the release branch. -7. Merge the master branch back into the dev branch. +7. Merge the main branch back into the dev branch. 8. Update the version property in [pom.xml](./pom.xml) for the next developlement round (with a `-SNAPSHOT` suffix).