Skip to content

Commit

Permalink
chore: update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Apr 26, 2024
1 parent 72866cc commit 956ba8f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .release-it.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# https://github.com/release-it/release-it/blob/master/config/release-it.json
git:
commitMessage: 'chore: release v${version}'
commitMessage: "chore: release v${version}"
npm:
publish: true
github:
release: true
releaseName: 'v${version}'
hooks:
before:init: npm test
release: false
# hooks:
# before:init: npm test
plugins:
'@release-it/conventional-changelog': # https://github.com/release-it/conventional-changelog
"@release-it/conventional-changelog": # https://github.com/release-it/conventional-changelog
preset: angular
infile: CHANGELOG.md

0 comments on commit 956ba8f

Please sign in to comment.