-
Notifications
You must be signed in to change notification settings - Fork 10
Code Branches
Andrey Kurilov edited this page Dec 19, 2017
·
5 revisions
The branching rules in the Mongoose project are simple:
- There's a separate "archive" branch for each release with name "release-vX.Y.Z" where "X.Y.Z" is a version number.
- The integration branch is named "integration". All feature PRs should base on the integration branch.
- The PR/merge to the master branch is performed when the release decision is made (all tests are ok, documentation is added, etc).
- Overview
- Deployment
- User Guide
- Troubleshooting
- Reference