Skip to content

Commit

Permalink
🔧 Add Semantic Release config [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored May 30, 2020
1 parent 5223550 commit 564139b
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 564139b

Please sign in to comment.