Skip to content

Commit

Permalink
chore(core): update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Dec 29, 2023
1 parent 7216ded commit 9048e50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"changelog": "npm exec auto-changelog -- --stdout --commit-limit false --unreleased --breaking-pattern 'BREAKING CHANGE:' --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs",
"commitMessage": "chore(release): ${version}",
"push": false,
"requireBranch": "main"
"requireBranch": "main",
"tag": false
},
"github": {
"release": true,
Expand Down

0 comments on commit 9048e50

Please sign in to comment.