Update chapter-06-gbapp-reference.md

This commit is contained in:
Rodrigo Rodriguez 2023-01-02 09:34:37 -03:00 committed by GitHub
parent fd9968e3a1
commit b935c6a962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -261,16 +261,14 @@ perf(core.gbapp): Improved loop.
### 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.
BUG If the type contains fix, then PATCH version is incremented. - BUG If the type contains fix, then PATCH version is incremented.
And finally, if the type contains refactor/style/perf/doc/test/chore, then nothing is increment and no release is made. And finally, if the type contains refactor/style/perf/doc/test/chore, then nothing is increment and no release is made.
Source: https://medium.com/agoda-engineering/automating-versioning-and-releases-using-semantic-release-6ed355ede742 Source: https://medium.com/agoda-engineering/automating-versioning-and-releases-using-semantic-release-6ed355ede742
## Tooling ## Tooling
### JavaScript ### JavaScript