Skip to content

Commit

Permalink
chore: remove release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 10, 2021
1 parent 6761135 commit e68df99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"update-readme": "node ./scripts/update-readme.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "yarn changelog && yarn update-readme && git add CHANGELOG.md README.*",
"release": "yarn version && yarn test && yarn publish --non-interactive --tag next && git push --follow-tags",
"release": "yarn version && yarn test && yarn publish --non-interactive && git push --follow-tags",
"release-gh": "conventional-github-releaser -p angular"
},
"bugs": {
Expand Down

0 comments on commit e68df99

Please sign in to comment.