ci(release): use manifest file

This commit is contained in:
Ben Elan 2024-06-22 19:48:19 -07:00
commit 4a01ee3796
No known key found for this signature in database
GPG key ID: 0E54F3EFE936CE58
3 changed files with 6 additions and 3 deletions

9
.github/release-please-config.json vendored Normal file
View 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"]
}
}
}