@vinsea/conventional-changelog-angular
v1.0.6
Published
conventional-changelog angular preset with custom config
Downloads
4
Maintainers
Readme
@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.