refactor: moved to commit-and-tag-version

This commit is contained in:
Simeon Radivoev 2026-05-10 02:51:49 +03:00
parent 38cb752552
commit 2e78ddf08e
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
3 changed files with 86 additions and 60 deletions

18
.versionrc Normal file
View file

@ -0,0 +1,18 @@
{
"packageFiles": [
{
"filename": "package.json",
"type": "json"
}
],
"bumpFiles": [
{
"filename": "package.json",
"type": "json"
},
{
"filename": "src/packages/gameflow-sdk/package.json",
"type": "json"
}
]
}