fix naming
This commit is contained in:
parent
745cd26850
commit
f19ba6c2b1
|
@ -159,7 +159,7 @@ but here is a simple overview:
|
||||||
|
|
||||||
$ git checkout features -b your-feature-branch-name
|
$ git checkout features -b your-feature-branch-name
|
||||||
|
|
||||||
Given we have "macro.minor.micro" version numbers, bugfixes will usually
|
Given we have "major.minor.micro" version numbers, bugfixes will usually
|
||||||
be released in micro releases whereas features will be released in
|
be released in micro releases whereas features will be released in
|
||||||
minor releases and incompatible changes in major releases.
|
minor releases and incompatible changes in major releases.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue