feat: Add git action
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s
All checks were successful
Build and Push Docker Image / Build (push) Successful in 22s
This commit is contained in:
parent
ea63a41e2a
commit
c45aa9e9ae
2 changed files with 11 additions and 16 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue