We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa015b7 commit c5fd323Copy full SHA for c5fd323
.github/labels.yml
@@ -108,3 +108,6 @@
108
- name: "Status: Released"
109
color: c2e0c6
110
description: "It's now live."
111
+- name: "Status: Beta Released"
112
+ color: fef2c0
113
+ description: "It's now live."
.releaserc
@@ -1,5 +1,8 @@
1
branches:
2
- master
3
+ - name: next
4
+ channel: next
5
+ prerelease: beta
6
plugins:
7
- "@semantic-release/commit-analyzer"
8
- "@semantic-release/release-notes-generator"
@@ -11,4 +14,4 @@ plugins:
11
14
- "@semantic-release/npm"
12
15
- - "@semantic-release/github"
13
16
- releasedLabels:
- - "Status: Released"
17
+ - "<%= nextRelease.channel === 'next' ? 'Status: Beta Released' : 'Status: Released' %>"
0 commit comments