Skip to content

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:

Clone this wiki locally