-
Notifications
You must be signed in to change notification settings - Fork 78
Versioning and Branches
C. Dylan Shearer edited this page Jun 5, 2016
·
3 revisions
Jobber uses Semantic Versioning: MAJOR.MINOR.PATCH. Patches are for bug-fixes only; minor releases are for minor, backwards-compatible improvements to functionality; major releases are for major improvements to functionality.
- master: contains work-in-progress for next major or minor release.
- Maintenance branches (e.g., maint-1.0): contain work for patches to one major-minor release series (e.g., 1.0.1, 1.0.2 for series 1.0).