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 d207347 commit 54a2ffaCopy full SHA for 54a2ffa
release.config.js
@@ -88,6 +88,8 @@ async function config() {
88
}],
89
['@semantic-release/github', {
90
successComment: getReleaseComment(),
91
+ labels: ['type:ci'],
92
+ releasedLabels: ['state:released']
93
94
],
95
};
0 commit comments