Skip to content

Commit

Permalink
chore: simplify release script
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Jan 12, 2024
1 parent b88f759 commit a6afc19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@
"@release-it-plugins/workspaces": true
},
"git": {
"tagName": "v${version}",
"pushRepo": "upstream",
"requireUpstream": false
"tagName": "v${version}"
},
"github": {
"release": true,
Expand Down

0 comments on commit a6afc19

Please sign in to comment.