fix: add releasing with gitea api
All checks were successful
/ cargo fmt (push) Successful in 1m41s
/ check (push) Successful in 1m58s
/ release (push) Successful in 2m33s

This commit is contained in:
Guilhem Lavaux 2025-06-30 08:07:54 +02:00
parent 15a6f88041
commit c03f2751f0
3 changed files with 924 additions and 0 deletions

View file

@ -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"]
}
]
]
}