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 authored Jun 1, 2020
1 parent 90f0c67 commit 02434be
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 02434be

Please sign in to comment.