mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-05 02:24:34 +02:00
## What is this PR for? Fix release-please CI so the version in the `extra-file` is bumped. ## Does this PR fix an existing issue? No ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines. ref: folke/lazy.nvim#1534 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9 lines
227 B
JSON
9 lines
227 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"extra-files": ["lua/lazyvim/config/init.lua"]
|
|
}
|
|
}
|
|
}
|