Skip to content

Commit

Permalink
💥 Add Semantic Release
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Deploy new version
  • Loading branch information
AnandChowdhary committed Jun 1, 2020
1 parent ff9a513 commit 4819b68
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"plugins": [
[
"semantic-release-gitmoji",
{
"releaseRules": {
"patch": {
"include": [":bento:", ":recycle:"]
}
}
}
],
"@semantic-release/github",
"@semantic-release/npm"
]
}

0 comments on commit 4819b68

Please sign in to comment.