ci: setup releasing using actions (#1)

This commit is contained in:
2025-09-20 10:58:52 +02:00
parent 6b6c23e4e6
commit c245264698
3 changed files with 71 additions and 7 deletions

14
.versionrc.json Normal file
View File

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