Skip to content

Commit a70be97

Browse files
committed
fix: adds a .releaserc
1 parent 85f3e6d commit a70be97

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.releaserc

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"branches": [
3+
"master"
4+
],
5+
"plugins": [
6+
"@semantic-release/commit-analyzer",
7+
"@semantic-release/release-notes-generator",
8+
"@semantic-release/github"
9+
]
10+
}

0 commit comments

Comments
 (0)