Skip to content

Commit db72a3f

Browse files
committed
🐛 fix: 修正 next 版本发布的后缀
1 parent cff8b28 commit db72a3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.releaserc.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
module.exports = {
2+
branch: [
3+
{ name: "next", channel: "next", prerelease: "rc" }, // Only after the `next` is created in the repo
4+
],
25
plugins: [
36
//负责解析 commit
47
[

0 commit comments

Comments
 (0)