refactor: moved to commit-and-tag-version
This commit is contained in:
parent
38cb752552
commit
2e78ddf08e
3 changed files with 86 additions and 60 deletions
18
.versionrc
Normal file
18
.versionrc
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue