ci(release): fix version bumping in extra-file

Release Please's doc is either incorrect or they have a bug, but this
resolves the issue.
This commit is contained in:
Ben Elan 2024-06-22 18:25:23 -07:00
commit a6a9945380
No known key found for this signature in database
GPG key ID: 0E54F3EFE936CE58

View file

@ -1,7 +1,9 @@
{ {
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple", "release-type": "simple",
"extra-files": [ "packages": {
"lua/lazy/core/config.lua" ".": {
] "extra-files": ["lua/lazy/core/config.lua"]
}
}
} }