docs: changelog angular format
... | ... | @@ -7,7 +7,7 @@ |
"doc": "docs" | ||
}, | ||
"scripts": { | ||
"precommit": "conventional-changelog -i CHANGELOG.md -s -r 0", | ||
"precommit": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
... | ... | @@ -27,6 +27,7 @@ |
}, | ||
"dependencies": { | ||
"@hutson/semantic-delivery-gitlab": "^9.0.4", | ||
"conventional-changelog-angular": "^5.0.3", | ||
"conventional-changelog-cli": "^2.0.21" | ||
} | ||
} |
Please register or sign in to comment