Skip to content

Commit

Permalink
feat: add final exec to run announce-it on release
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Jul 14, 2019
1 parent 2abb169 commit 55599eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@
"publish": [
"@semantic-release/npm",
"@semantic-release/github"
],
"success": [
"@semantic-release/github",
["@semantic-release/exec", {
"success": "npm run announce -- --branch ${options.branch}"
}]
],
"fail": [
"@semantic-release/github"
]
},
"devDependencies": {
Expand Down

0 comments on commit 55599eb

Please sign in to comment.