Branching Strategy #62
davemoore-
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Thanks for starting this discussion. Generally looks good to me! I just have a few questions/ ideas about release branches:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goals
Standardize a branching strategy to facilitate collaborative development.
Proposal
Main Branch > Feature Branch > Release Branch
Syntax
master
kebab-case-feature-name
{major}.{minor}.{patch}
Strategy
Beta Was this translation helpful? Give feedback.
All reactions