mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 02:08:54 +02:00
ci: let release-please manage the version in the config file
This commit is contained in:
parent
0f0a81c175
commit
03c5aa71f3
2 changed files with 4 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -59,6 +59,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
release-type: simple
|
release-type: simple
|
||||||
package-name: LazyVim
|
package-name: LazyVim
|
||||||
|
extra-files: |
|
||||||
|
lua/lazyvim/config/init.lua
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: tag stable versions
|
- name: tag stable versions
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
|
@ -3,6 +3,8 @@ local Util = require("lazyvim.util")
|
||||||
---@class LazyVimConfig: LazyVimOptions
|
---@class LazyVimConfig: LazyVimOptions
|
||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
|
M.version = "10.0.0" -- x-release-please-version
|
||||||
|
|
||||||
---@class LazyVimOptions
|
---@class LazyVimOptions
|
||||||
local defaults = {
|
local defaults = {
|
||||||
-- colorscheme can be a string like `catppuccin` or a function that will load the colorscheme
|
-- colorscheme can be a string like `catppuccin` or a function that will load the colorscheme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue