mirror of https://github.com/folke/lazy.nvim.git
ci: let release-please update Config.version
This commit is contained in:
parent
ad7aafb257
commit
70b07ebad5
|
@ -55,6 +55,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
release-type: simple
|
release-type: simple
|
||||||
package-name: lazy.nvim
|
package-name: lazy.nvim
|
||||||
|
extra-files: |
|
||||||
|
lua/lazy/core/config.lua
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: tag stable versions
|
- name: tag stable versions
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
|
@ -139,6 +139,8 @@ M.defaults = {
|
||||||
debug = false,
|
debug = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
M.version = "9.0.0" -- x-release-please-version
|
||||||
|
|
||||||
M.ns = vim.api.nvim_create_namespace("lazy")
|
M.ns = vim.api.nvim_create_namespace("lazy")
|
||||||
|
|
||||||
---@type LazySpecLoader
|
---@type LazySpecLoader
|
||||||
|
|
Loading…
Reference in New Issue