Skip to content

Commit

Permalink
fix: add publishConfig to package.json, prefix to version name
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Oct 31, 2023
1 parent 2d50d01 commit 2e48eb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@
},
"release-it": {
"git": {
"commitMessage": "chore(release): v${version}"
"commitMessage": "chore(release): v${version}",
"tagName": "v{version}"
},
"github": {
"release": true
},
"npm": {
"publish": false
"publish": true,
"publishArgs": "--registry=https://npm.pkg.github.com"
}
},
"engines": {
Expand Down

0 comments on commit 2e48eb7

Please sign in to comment.