mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
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:
parent
bc62078366
commit
a6a9945380
1 changed files with 5 additions and 3 deletions
|
@ -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"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue