Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 1613a54

Browse files
committed
fix: add releaserc
1 parent b2811bc commit 1613a54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.releaserc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"branches": [
3+
"main"
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)