mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
ci(release): use manifest file
This commit is contained in:
parent
a6a9945380
commit
4a01ee3796
3 changed files with 6 additions and 3 deletions
9
.github/release-please-config.json
vendored
Normal file
9
.github/release-please-config.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||
"packages": {
|
||||
".": {
|
||||
"release-type": "simple",
|
||||
"extra-files": ["lua/lazy/core/config.lua"]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue