1.0.6 • Published 4 years ago
@vinsea/conventional-changelog-angular v1.0.6
@vinsea/conventional-changelog-angular
conventional-changelog angular preset
this preset is an clone of conventional-changelog-angular, with some modifications & additions.
examples

Usage
npm i @vinsea/conventional-changelog-angular -D{
"scripts": {
"changelog": "conventional-changelog -p @vinsea/angular -i CHANGELOG.md -s"
}
}If this is your first time using this tool and you want to generate all previous changelogs, you could do
{
"scripts": {
"changelog": "conventional-changelog -p @vinsea/angular -i CHANGELOG.md -s -r 0"
}
}With npm version
{
"scripts": {
"version": "conventional-changelog -p @vinsea/angular -i CHANGELOG.md -s && git add CHANGELOG.md"
}
}Refer conventional-changelog-cli for more details
Angular Convention
Angular's commit message guidelines.