Skip to content

Commit

Permalink
Adjust release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Jun 17, 2022
1 parent 4976b21 commit 39e290a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/theemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,16 @@
},
"release-it": {
"git": {
"tagName": "theemo@${version}",
"commitMessage": "release theemo v${version}",
"tagName": "theemo/${version}",
"changelog": "pnpx auto-changelog --stdout -p --ignore-commit-pattern='^Update (.+) to'"
},
"hooks": {
"after:bump": "pnpx auto-changelog -p --ignore-commit-pattern='^Update (.+) to'"
},
"github": {
"release": true,
"releaseName": "theemo@${version}",
"releaseName": "Release theemo v${version}",
"tokenRef": "GITHUB_AUTH"
}
},
Expand Down

0 comments on commit 39e290a

Please sign in to comment.