lazy.nvim/release-please-config.json
Ben Elan a6a9945380
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.
2024-06-22 18:25:23 -07:00

9 lines
220 B
JSON

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