feat: Add git action
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s

This commit is contained in:
Jan K9f 2025-09-11 15:32:17 +02:00
commit c45aa9e9ae
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 11 additions and 16 deletions

View file

@ -15,5 +15,16 @@ module.exports = {
giteaUrl: "https://git.kjan.de",
},
],
[
"@semantic-release/git",
{
assets: ["docs"],
message:
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
branch: {
name: "main",
},
},
],
],
};