mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
c434703ee7
* ci: drive release-please from a manifest config on action v5 * ci: trim the release-please config comment
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"packages": {
|
|
".": {
|
|
"release-type": "simple",
|
|
"package-name": "windmill",
|
|
"include-component-in-tag": false
|
|
}
|
|
}
|
|
}
|