Skip to content

Commit 4358a23

Browse files
committed
Use releaserc file.
1 parent cb43994 commit 4358a23

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.releaserc

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"branches": [
3+
"main",
4+
{
5+
"name": "beta",
6+
"prerelease": true
7+
}
8+
]
9+
}

release.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default {
2-
branches: ["main", {name: 'beta', prerelease: true}],
2+
branches: ["main"],
33
plugins: ["@semantic-release/npm"]
44
};

0 commit comments

Comments
 (0)