Skip to content

Commit

Permalink
chore: 🤖 update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikai committed Dec 19, 2023
1 parent 05cde60 commit 579d663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"requireCleanWorkingDir": false
},
"npm": {
"publish": false
"publish": true
}
}
}
4 changes: 2 additions & 2 deletions packages/@huyikai/vitepress-helper/.release-it.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"github": {
"release": false
"release": true
},
"git": {
"commitMessage": "release: v${version}"
},
"npm": {
"publish": false
"publish": true
},
"increment": "patch",
"hooks": {
Expand Down

0 comments on commit 579d663

Please sign in to comment.