-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Minor Branch Checklist
Sergio del Amo edited this page Feb 10, 2025
·
1 revision
Micronaut follows semantic versions. When working on a new feature, your PR base branch should be the next minor version of the module.
If the minor branch does not exist, you can create it. Create a new branch of the previous one. Imagine you are working on branch 1.4.x
.
- Create
1.5.x
branching of 1.4.x - Edit
grade.properties
. SetprojectVersion
to1.5.0-SNAPSHOT
. - Commit and push. You could skip ci with a commit message such as:
ci: projectVersion=1.5.0-SNAPSHOT [ci skip]
- Set the default branch to the next minor branch. If you don't have access, ask Graeme or Sergio to do that.