Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit ee9dbac

Browse files
build(release): Use buildCommand for changelog generation
1 parent 2f9d529 commit ee9dbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"requireUpstream": false,
33
"increment": "conventional:angular",
4-
"changelogCommand": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
4+
"buildCommand": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
55
"src": {
66
"commitMessage": "chore(release): %s",
77
"beforeStartCommand": "npm run lint && npm run test -- --colors && npm run test:e2e -- --colors",

0 commit comments

Comments
 (0)