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 f04f164 commit c69cce3Copy full SHA for c69cce3
package.json
@@ -19,6 +19,7 @@
19
"@typescript-eslint/eslint-plugin": "1.2.0",
20
"@willsoto/eslint-config-base": "1.4.2",
21
"babel-jest": "24.0.0",
22
+ "conventional-github-releaser": "3.1.2",
23
"eslint": "5.13.0",
24
"eslint-config-prettier": "4.0.0",
25
"husky": "1.3.1",
@@ -78,6 +79,7 @@
78
79
"prerelease": "yarn build && yarn typings",
80
"pretypings": "rimraf typings",
81
"release": "standard-version --sign --message 'chore(release): %s [skip ci]'",
82
+ "postrelease": "conventional-github-releaser -p angular",
83
"test": "jest",
84
"typings": "tsc --project tsconfig.json --declaration --declarationDir typings --emitDeclarationOnly"
85
},
0 commit comments