Skip to content

Commit c3392fb

Browse files
committed
chore: add dist tag
1 parent fcadec2 commit c3392fb

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
@@ -41,7 +41,7 @@
4141
"update-readme": "node ./scripts/update-readme.js",
4242
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
4343
"version": "yarn changelog && yarn update-readme && git add CHANGELOG.md README.*",
44-
"release": "yarn version && yarn test && yarn publish --non-interactive && git push --follow-tags",
44+
"release": "yarn version && yarn test && yarn publish --non-interactive --tag next && git push --follow-tags",
4545
"release-gh": "conventional-github-releaser -p angular"
4646
},
4747
"bugs": {

0 commit comments

Comments
 (0)