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 54a2ffa commit 1a1d0c5Copy full SHA for 1a1d0c5
release.config.js
@@ -89,7 +89,7 @@ async function config() {
89
['@semantic-release/github', {
90
successComment: getReleaseComment(),
91
labels: ['type:ci'],
92
- releasedLabels: ['state:released']
+ releasedLabels: ['state:released<%= nextRelease.channel ? ` on @\${nextRelease.channel}` : "" %>']
93
}],
94
],
95
};
0 commit comments