Skip to content

Commit

Permalink
Merge pull request #31 from robcresswell/fix/change-semantic-release-…
Browse files Browse the repository at this point in the history
…publish-branch

fix: Add .releaserc to publish (silently) from dev
  • Loading branch information
robcresswell authored Jun 25, 2019
2 parents 7b2c5b9 + a6707b7 commit dfc934b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"release": {
"branch": "dev"
},
"plugins": [
[
"@semantic-release/github",
{
"successComment": false
}
],
]
}

0 comments on commit dfc934b

Please sign in to comment.