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.
2 parents 3761778 + 3e5c66d commit e6d5fd7Copy full SHA for e6d5fd7
release.config.js
@@ -86,7 +86,7 @@ async function config() {
86
['@semantic-release/github', {
87
successComment: getReleaseComment(),
88
labels: ['type:ci'],
89
- releasedLabels: ['state:released<%= nextRelease.channel ? ` on @\${nextRelease.channel}` : "" %>']
+ releasedLabels: ['state:released<%= nextRelease.channel ? `-\${nextRelease.channel}` : "" %>']
90
}],
91
],
92
};
0 commit comments