Skip to content

Commit c69cce3

Browse files
committed
chore(*): add conventional-github-releaser
Signed-off-by: Will Soto <willsoto@users.noreply.github.com>
1 parent f04f164 commit c69cce3

File tree

2 files changed

+386
-6
lines changed

2 files changed

+386
-6
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@typescript-eslint/eslint-plugin": "1.2.0",
2020
"@willsoto/eslint-config-base": "1.4.2",
2121
"babel-jest": "24.0.0",
22+
"conventional-github-releaser": "3.1.2",
2223
"eslint": "5.13.0",
2324
"eslint-config-prettier": "4.0.0",
2425
"husky": "1.3.1",
@@ -78,6 +79,7 @@
7879
"prerelease": "yarn build && yarn typings",
7980
"pretypings": "rimraf typings",
8081
"release": "standard-version --sign --message 'chore(release): %s [skip ci]'",
82+
"postrelease": "conventional-github-releaser -p angular",
8183
"test": "jest",
8284
"typings": "tsc --project tsconfig.json --declaration --declarationDir typings --emitDeclarationOnly"
8385
},

0 commit comments

Comments
 (0)