Skip to content

Commit ae6fc4f

Browse files
committed
ci: use turo semantic-release config
1 parent 474913a commit ae6fc4f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.releaserc.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
11
{
2-
"branches": [
3-
"main",
4-
{
5-
"channel": "next",
6-
"name": "(f|b|c)/*",
7-
"prerelease": "beta-<%= (/^\\w+-\\d+/.exec(name.substr(2)) || [])[0] %>"
8-
}
9-
],
10-
"plugins": [
11-
"@semantic-release/commit-analyzer",
12-
"@semantic-release/release-notes-generator",
13-
"@semantic-release/github"
14-
]
2+
"extends": "@open-turo/semantic-release-config"
153
}

0 commit comments

Comments
 (0)