chore: update release-please config

This commit is contained in:
Luan
2024-11-02 01:56:47 -03:00
parent ec64dd5183
commit d36a298d25
2 changed files with 10 additions and 1 deletions

View File

@@ -6,7 +6,14 @@
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"prerelease": false,
"extra-files": [
{
"type": "json",
"path": "jsr.json",
"jsonpath": "$.version"
}
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"