mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24: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
3
.github/.release-please-manifest.json
vendored
Normal file
3
.github/.release-please-manifest.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
".": "10.24.2"
|
||||||
|
}
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||||||
"release-type": "simple",
|
|
||||||
"packages": {
|
"packages": {
|
||||||
".": {
|
".": {
|
||||||
|
"release-type": "simple",
|
||||||
"extra-files": ["lua/lazy/core/config.lua"]
|
"extra-files": ["lua/lazy/core/config.lua"]
|
||||||
}
|
}
|
||||||
}
|
}
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -57,8 +57,8 @@ jobs:
|
||||||
- uses: googleapis/release-please-action@v4
|
- uses: googleapis/release-please-action@v4
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
release-type: simple
|
config-file: .github/release-please-config.json
|
||||||
package-name: lazy.nvim
|
manifest-file: .github/.release-please-manifest.json
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: tag stable versions
|
- name: tag stable versions
|
||||||
if: ${{ steps.release.outputs.release_created }}
|
if: ${{ steps.release.outputs.release_created }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue