Skip to content

Commit

Permalink
dev: update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Nov 26, 2022
1 parent 3b1b438 commit 0301140
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 @@ -2,14 +2,15 @@
"hooks": {
"before:init": ["npm run lint", "npm test"],
"after:npm:bump": "npm pack",
"after:bump": "auto-changelog -p --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release)'",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
},
"git": {
"commitMessage": "Release ${version}",
"commitArgs": ["-S"],
"tagAnnotation": "Release ${version}",
"tagArgs": ["-s"],
"changelog": false
"changelog": "auto-changelog -u --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release)' --stdout -t https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"npm": {
"publish": false
Expand Down

0 comments on commit 0301140

Please sign in to comment.