A cloned and simplefied version of cz-conventional-changelog. Simplified prompts for conventional changelog standard.
As conventional changelog is the preferred way to go (and the way I roll), this is a package for those who wants to follow, but think there are too many options in the types section.
This package uses all relevant types - those that goes on CHANGELOG.md - and sums all others in a single type, chore
. So, if you need to do a build, test, refactor, etc; you just use the type as a scope: chore(build).
cz-conventional-changelog | cz-simple-changelog |
---|---|
feat | feat |
fix | fix |
docs | |
style | |
refactor | |
perf | perf |
test | |
build | |
ci | |
chore | chore |
revert | revert |