View on GitHub

scion

Development guideline

commit-and-tag-version package is used for generating Change Logs and Version number tag. In order use this features, we need to use the below git commit message types.

Commit message uses ”<type>: <description>”

git commit -a -m"<type>[optional scope]: <description>"

Refereces: