Skip to content

Commit 796c932

Browse files
committed
chore: add semantic release config
1 parent d97b2a3 commit 796c932

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.releaserc.json

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

0 commit comments

Comments
 (0)