Skip to content

Commit 0c4349b

Browse files
ci: semantic-release configuration file
1 parent 56a6054 commit 0c4349b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.releaserc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"branches": [
3+
"main"
4+
],
5+
"plugins": [
6+
"@semantic-release/commit-analyzer",
7+
"@semantic-release/release-notes-generator",
8+
"@semantic-release/changelog",
9+
[
10+
"@semantic-release/npm",
11+
{
12+
"pkgRoot": "dist",
13+
"npmPublish": true,
14+
"access": "public"
15+
}
16+
],
17+
"@semantic-release/git"
18+
]
19+
}

0 commit comments

Comments
 (0)