Skip to content

Commit e68df99

Browse files
committed
chore: remove release tag
1 parent 6761135 commit e68df99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"update-readme": "node ./scripts/update-readme.js",
4343
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
4444
"version": "yarn changelog && yarn update-readme && git add CHANGELOG.md README.*",
45-
"release": "yarn version && yarn test && yarn publish --non-interactive --tag next && git push --follow-tags",
45+
"release": "yarn version && yarn test && yarn publish --non-interactive && git push --follow-tags",
4646
"release-gh": "conventional-github-releaser -p angular"
4747
},
4848
"bugs": {

0 commit comments

Comments
 (0)