Skip to content

Commit

Permalink
change to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mlake committed Jun 1, 2023
1 parent 0540af0 commit 8a9fae3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"github": {
"release": false
"release": true
},
"npm": {
"publish": false,
"ignoreVersion": false,
"skipChecks": true
},
"plugins": {
"@release-it/bumper": {
Expand Down
4 changes: 2 additions & 2 deletions .release-it.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"requireCleanWorkingDir": false
},
"github": {
"release": true
"release": false
},
"npm": {
"publish": false,
"publish": true,
"ignoreVersion": false,
"skipChecks": true
}
Expand Down

0 comments on commit 8a9fae3

Please sign in to comment.