Closed avivash closed 7 years ago
This Commit adds commitizen, validate-commit-msg and cz-conventional-changelog functionality to this repo, as per https://rally1.rallydev.com/#/63515825210ud/detail/userstory/78741891276
commitizen
validate-commit-msg
cz-conventional-changelog
Commit messages for this project will now have to be structured in this format: git commit -m "<type>: <subject>"
git commit -m "<type>: <subject>"
e.g. git commit -m "chore: add commitizen adapter"
git commit -m "chore: add commitizen adapter"
CC: @alebiavati @shanedasilva @bevanhunt
This Commit adds
commitizen
,validate-commit-msg
andcz-conventional-changelog
functionality to this repo, as per https://rally1.rallydev.com/#/63515825210ud/detail/userstory/78741891276Commit messages for this project will now have to be structured in this format:
git commit -m "<type>: <subject>"
e.g.
git commit -m "chore: add commitizen adapter"
CC: @alebiavati @shanedasilva @bevanhunt