Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
156c42475e
commit
fd9968e3a1
1 changed files with 36 additions and 36 deletions
|
@ -226,13 +226,13 @@ This in some way contributes to a better understanding of how it works.
|
||||||
|
|
||||||
See https://semver.org/.
|
See https://semver.org/.
|
||||||
|
|
||||||
Numbering:
|
### Numbering
|
||||||
|
|
||||||
1.0.0
|
1.0.0
|
||||||
MAJOR.MINOR.PATCH
|
MAJOR.MINOR.PATCH
|
||||||
(BREAK.FEATURE.BUG)
|
(BREAK.FEATURE.BUG)
|
||||||
|
|
||||||
Messsages:
|
### Messsages
|
||||||
|
|
||||||
- A fix in the code:
|
- A fix in the code:
|
||||||
|
|
||||||
|
@ -259,7 +259,7 @@ This in some way contributes to a better understanding of how it works.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Rules:
|
### Rules
|
||||||
|
|
||||||
BREAK: If the body contains the text “BREAKING CHANGE” then MAJOR version is incremented.
|
BREAK: If the body contains the text “BREAKING CHANGE” then MAJOR version is incremented.
|
||||||
FEATURE: If the type contains feat/feature, then MINOR version is incremented.
|
FEATURE: If the type contains feat/feature, then MINOR version is incremented.
|
||||||
|
|
Loading…
Add table
Reference in a new issue