New Git Branches
Luca Guidi
Hello, Hanami community!
We put in place a simplified Git branches system.
TL;DR: Renamed master into main. main contains the code for Hanami 2.0.
Let's have a look at the details. For all the Hanami GitHub repositories:
master,develop,unstablebranches are gonemasterbranches were merged into stable branches (see below)- Example:
hanami/hanamimasterbranch was hosting Hanami 1.3 code. Now that code is part of the1.3.xbranch.
- Example:
mainis the new default branch for all the repositoriesmainhosts the new work, new features (aka Hanami 2)- Use these branches to merge new features
- Stable branches host the maintenance work (aka Hanami 1).
- They are named after SemVer
Major.Minor.x(e.g.1.3.x). - Use these branches for maintenance
ℹ️ CI status for main and stable branches can be observed in the 🚦 status page of our website.