Skip to content

Commit 070837d

Browse files
💥 Add Semantic Release
BREAKING CHANGE: Deploy new version
1 parent 93b6d2d commit 070837d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.releaserc.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"plugins": [
3+
[
4+
"semantic-release-gitmoji",
5+
{
6+
"releaseRules": {
7+
"patch": {
8+
"include": [":bento:", ":recycle:"]
9+
}
10+
}
11+
}
12+
],
13+
"@semantic-release/github",
14+
"@semantic-release/npm"
15+
]
16+
}

0 commit comments

Comments
 (0)