Skip to content

Commit bdf2be4

Browse files
ci: add release config file (#17)
1 parent 8023977 commit bdf2be4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.releaserc.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"branches": ["main"],
3+
"plugins": [
4+
"@semantic-release/commit-analyzer",
5+
"@semantic-release/release-notes-generator",
6+
"@semantic-release/github"
7+
]
8+
}

0 commit comments

Comments
 (0)