Skip to content

Commit c075a66

Browse files
authored
chore(semantic-release): add release plugin (#3)
1 parent ec96b70 commit c075a66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@
3030
"url": "https://github.com/TypeScript-Heroes/node-typescript-parser/issues"
3131
},
3232
"homepage": "https://github.com/TypeScript-Heroes/node-typescript-parser#readme",
33+
"release": {
34+
"generateNotes": "github-post-release"
35+
},
3336
"devDependencies": {
3437
"@types/jest": "^20.0.1",
3538
"@types/mock-fs": "^3.6.30",
3639
"@types/node": "^8.0.1",
3740
"del-cli": "^1.0.0",
41+
"github-post-release": "^1.7.1",
3842
"jest": "^20.0.4",
3943
"mock-fs": "^4.4.1",
4044
"semantic-release": "^6.3.6",

0 commit comments

Comments
 (0)