mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
Release Please's doc is either incorrect or they have a bug, but this resolves the issue.
9 lines
220 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|