mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-02 06:06:34 +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. * ci(release): use manifest file
9 lines
224 B
JSON
9 lines
224 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"extra-files": ["lua/lazy/core/config.lua"]
|
|
}
|
|
}
|
|
}
|