TODO: add details
-
Use semantic commits
commits:
feature(scope): details
fix(scope): details
refactor(scope): details
- and etc..
-
Use gitflow
branches:
feature/{name}
=>dev
bugfix/{name}
=>dev
- and etc..
- Use semver
MAJOR_VER
.MINOR_VER
.PATCH_VER