Skip to content

Commit ae9d5e7

Browse files
committed
refactor: use json instead of yaml
1 parent 2b40006 commit ae9d5e7

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.releaserc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"branches": [
3+
"+([0-9])?(.{+([0-9]),x}).x",
4+
"main",
5+
"next",
6+
{ "name": "beta", "prerelease": true },
7+
{ "name": "alpha", "prerelease": true }
8+
],
9+
"plugins": [
10+
"@semantic-release/commit-analyzer",
11+
"@semantic-release/release-notes-generator",
12+
"@semantic-release/github"
13+
]
14+
}

.releaserc.yaml

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

0 commit comments

Comments
 (0)