mirror of
https://github.com/jimeh/common-flow.git
synced 2026-02-19 09:26:40 +00:00
Change formatting of branch types list
This commit is contained in:
@@ -26,11 +26,11 @@ Core rules:
|
|||||||
|
|
||||||
Branch types:
|
Branch types:
|
||||||
|
|
||||||
- **Master Branch:** Should always be deployable / usable, is considered
|
- Master Branch - Should always be deployable / usable, is considered "bleeding
|
||||||
"bleeding edge", and must be named `master`.
|
edge", and must be named `master`.
|
||||||
- **Change Branches:** Any branch that introduces changes (new feature, bug fix,
|
- Change Branches - Any branch that introduces changes (new feature, bug fix,
|
||||||
etc), should be created from `master`, and must have a descriptive name.
|
etc), should be created off of `master`, and must have a descriptive name.
|
||||||
- **Maintenance Branches:** Used to maintain old versions, and should follow a
|
- Maintenance Branches - Used to maintain old versions, and should follow a
|
||||||
`stable-X.Y` naming pattern, where `X` is MAJOR version and `Y` is MINOR
|
`stable-X.Y` naming pattern, where `X` is MAJOR version and `Y` is MINOR
|
||||||
version.
|
version.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user