Skip to content

Commit

Permalink
ci: improve config
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 12, 2024
1 parent d56d717 commit 8614f89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,10 @@
},
"auto-changelog": {
"ignoreCommitPattern": "^(?!(feat|fix|perf|refactor|revert))(.*)$",
"commitLimit": true,
"commitLimit": false,
"output": "CHANGELOG.md",
"template": "compact",
"unreleasedOnly": true,
"unreleased": true
"unreleased": false
},
"release-it": {
"verbose": true,
Expand Down

0 comments on commit 8614f89

Please sign in to comment.