fix: add releasing with gitea api
This commit is contained in:
parent
15a6f88041
commit
c03f2751f0
3 changed files with 924 additions and 0 deletions
|
@ -16,6 +16,13 @@
|
|||
"assets": ["CHANGELOG.md", "VERSION"],
|
||||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@saithodev/semantic-release-gitea",
|
||||
{
|
||||
"giteaUrl": "https://git.aquila-consortium.org",
|
||||
"assets": ["CHANGELOG.md"]
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue