Skip to content

Commit 8bace9f

Browse files
committed
chore(package): add postrelease script
1 parent a15e895 commit 8bace9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"test": "nyc --reporter=lcov --reporter=text-summary ava",
88
"lint": "eslint ./ --fix",
9-
"release": "HUSKY_SKIP_HOOKS=1 standard-version",
10-
"gh:release": "conventional-github-releaser -p angular"
9+
"release": "HUSKY_SKIP_HOOKS=1 standard-version",
10+
"postrelease": "git push --follow-tags origin master && conventional-github-releaser -p angular"
1111
},
1212
"keywords": [
1313
"vue",

0 commit comments

Comments
 (0)