Skip to content

Commit 1a1d0c5

Browse files
authored
ci: improve release label
1 parent 54a2ffa commit 1a1d0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function config() {
8989
['@semantic-release/github', {
9090
successComment: getReleaseComment(),
9191
labels: ['type:ci'],
92-
releasedLabels: ['state:released']
92+
releasedLabels: ['state:released<%= nextRelease.channel ? ` on @\${nextRelease.channel}` : "" %>']
9393
}],
9494
],
9595
};

0 commit comments

Comments
 (0)