Skip to content

Commit

Permalink
Merge pull request #33 from robcresswell/fix/correct-releaserc-again
Browse files Browse the repository at this point in the history
fix: correct the releaserc again
  • Loading branch information
robcresswell authored Jun 25, 2019
2 parents 8c1a83c + 5a2650f commit 3d73a15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"branch": "dev",
"plugins": [
"@semantic-release/commit-analyzer",
[
"@semantic-release/github",
{
"successComment": false
}
],
"@semantic-release/npm",
"@semantic-release/release-notes-generator"
]
}

0 comments on commit 3d73a15

Please sign in to comment.