Create release-please-config.json

This commit is contained in:
Rubin Bhandari 2024-05-22 10:57:36 +05:45 committed by GitHub
parent 113ae263d6
commit d60270ec58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"extra-files": ["lua/lazyvim/config/init.lua"],
"packages": {
".": {}
}
}