We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15e895 commit 8bace9fCopy full SHA for 8bace9f
package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"test": "nyc --reporter=lcov --reporter=text-summary ava",
8
"lint": "eslint ./ --fix",
9
- "release": "HUSKY_SKIP_HOOKS=1 standard-version",
10
- "gh:release": "conventional-github-releaser -p angular"
+ "release": "HUSKY_SKIP_HOOKS=1 standard-version",
+ "postrelease": "git push --follow-tags origin master && conventional-github-releaser -p angular"
11
},
12
"keywords": [
13
"vue",
0 commit comments