feat: write VERSION.txt

This commit is contained in:
Oliver Lippert 2024-02-01 10:09:12 +01:00
parent eee4c2d4ed
commit 09f746c4c1
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -35,6 +35,12 @@ module.exports = {
"@saithodev/semantic-release-gitea",
{
}
],
[
"@semantic-release/exec",
{
"prepareCmd": "echo ${nextRelease.version} > VERSION.txt"
}
]
],
"preset": "conventionalcommits",