💚 maybe now everything works?
This commit is contained in:
parent
3fceb35f79
commit
345da2b68e
5 changed files with 161 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* @type {import('semantic-release').GlobalConfig}
|
||||
*/
|
||||
export default {
|
||||
branches: ["main", { name: "devel", prerelease: true }],
|
||||
branches: ["main", { name: "devel" }],
|
||||
plugins: [
|
||||
[
|
||||
"semantic-release-gitmoji",
|
||||
|
|
@ -30,6 +30,12 @@ export default {
|
|||
},
|
||||
},
|
||||
],
|
||||
"@semantic-release/github",
|
||||
[
|
||||
"@semantic-release/exec",
|
||||
{
|
||||
successCmd:
|
||||
"echo 'NOTES=${nextRelease.notes}' >> $GITHUB_OUTPUT",
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue