Skip to content

Commit 7b63e30

Browse files
committed
fix: update semantic-release configuration
1 parent f380ec5 commit 7b63e30

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

.releaserc

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

.releaserc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)