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 f9107ac commit c135d36Copy full SHA for c135d36
release.config.js
@@ -25,14 +25,7 @@ const config = {
25
"chore: release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
26
},
27
],
28
- [
29
- "@semantic-release/github",
30
- {
31
- releasedLabels: ["released"],
32
- failCommentCondition: false,
33
- successComment: false,
34
- },
35
- ],
+ ["@semantic-release/github"],
36
37
};
38
0 commit comments