Skip to content

Commit 5915057

Browse files
committed
build: update release workflow
1 parent 1d2ec4d commit 5915057

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.releaserc.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"branches": [
3+
"+([0-9])?(.{+([0-9]),x}).x",
4+
"master",
5+
"main",
6+
{
7+
"name": "preview",
8+
"prerelease": true
9+
}
10+
],
11+
"tagFormat": "${version}",
12+
"plugins": [
13+
"@semantic-release/commit-analyzer",
14+
"@semantic-release/release-notes-generator",
15+
"@semantic-release/changelog",
16+
[
17+
"@semantic-release/npm",
18+
{
19+
"npmPublish": false
20+
}
21+
],
22+
"@semantic-release/git",
23+
"@semantic-release/github"
24+
]
25+
}

0 commit comments

Comments
 (0)