Skip to content

Commit

Permalink
Correct relase-it configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Jun 15, 2023
1 parent f54f8c9 commit c821b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": true,
"@release-it-plugins/workspaces": {
"publish": false
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
Expand All @@ -40,9 +42,7 @@
"git": {
"tagName": "v${version}"
},
"npm": {
"publish": false
},
"npm": false,
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
Expand Down

0 comments on commit c821b41

Please sign in to comment.