Skip to content

Commit 8c449c1

Browse files
committed
chore: fix release script
1 parent d55652b commit 8c449c1

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
@@ -35,7 +35,7 @@
3535
"prepublish": "yarn test",
3636
"postpublish": "yarn release-gh",
3737
"version": "yarn changelog && git add CHANGELOG.md",
38-
"release": "yarn publish",
38+
"release": "yarn version && git push --tags && yarn publish --non-interactive",
3939
"release-gh": "conventional-github-releaser -p angular"
4040
},
4141
"bugs": {

0 commit comments

Comments
 (0)