From b935c6a962fc4ef0bb0a932c3d205b51459bdd5e Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 2 Jan 2023 09:34:37 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index f0166c3f..a5d4ad1e 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -261,16 +261,14 @@ perf(core.gbapp): Improved loop. ### Rules -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. -BUG If the type contains fix, then PATCH 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. +- 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. - Source: https://medium.com/agoda-engineering/automating-versioning-and-releases-using-semantic-release-6ed355ede742 - ## Tooling ### JavaScript