From 6cb5c8da42a6baac7493755bf105e74b13dd864f Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 23 Dec 2022 08:41:29 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 827a1d43..b930768b 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -223,7 +223,25 @@ This in some way contributes to a better understanding of how it works. 1. Visit https://.scm.azurewebsites.net/api/vfs/LogFiles/Application/index.html - +## Commit code + + Numbering: + + 1.0.0 + MAJOR.MINOR.PATCH + BREAK.FEATURE.BUG + + Rules: + + If the body contains the text “BREAKING CHANGE” then MAJOR version is incremented. + If the type contains feat/feature, then MINOR version is incremented. + 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