ci: Create a GitHub release with changelogs

This commit is contained in:
oSumAtrIX
2024-02-15 02:29:44 +01:00
parent f0b8bc5438
commit 486a7acff2

View File

@@ -32,6 +32,12 @@
backmergeBranches: [{"from": "main", "to": "dev"}],
clearWorkspace: true
}
],
[
"@semantic-release/github",
{
successComment: false
}
]
]
}