Skip to content

Commit

Permalink
chore: update changelog generation command
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrdi committed Aug 2, 2024
1 parent 5fcb259 commit 21afd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepack": "npm run lint && npm run prepublishOnly",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 --output-unreleased true"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 21afd4f

Please sign in to comment.