Skip to content

Commit 1970ac8

Browse files
Basudev Bharat BhushanBasudev Bharat Bhushan
authored andcommitted
fix: add releaseerc
1 parent f03efb7 commit 1970ac8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.releaserc

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

0 commit comments

Comments
 (0)