-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Minor Branch Checklist
Burt Beckwith edited this page Jun 12, 2025
·
2 revisions
Micronaut follows semantic versioning. 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 from the previous one. For example, if you are working on branch 1.4.x
:
- Create
1.5.x
branching from 1.4.x - Edit
gradle.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.