Skip to content

Commit e25086e

Browse files
committed
chore: add releaserc
1 parent ffda3f0 commit e25086e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.releaserc.json

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

0 commit comments

Comments
 (0)