Skip to content
Snippets Groups Projects
Commit 00e3c814 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Rename master to main

parent cc6baae4
No related branches found
No related tags found
No related merge requests found
Pipeline #7958 failed
...@@ -21,13 +21,13 @@ guidelines of the CaosDB Project ...@@ -21,13 +21,13 @@ guidelines of the CaosDB Project
3. Update the version property in [pom.xml](./pom.xml) (probably this means to 3. Update the version property in [pom.xml](./pom.xml) (probably this means to
remove the `-SNAPSHOT`. 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. 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 8. Update the version property in [pom.xml](./pom.xml) for the next
developlement round (with a `-SNAPSHOT` suffix). developlement round (with a `-SNAPSHOT` suffix).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment