ci: setup releasing using actions (#1)

This commit was merged in pull request #1.
This commit is contained in:
2025-09-20 10:58:52 +02:00
parent 6b6c23e4e6
commit 9c6e8c1bf1
3 changed files with 65 additions and 7 deletions

8
.versionrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"bumpFiles": [
{
"filename": "src/info.json",
"type": "json"
}
]
}