mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
15 lines
315 B
JSON
15 lines
315 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
||
|
"packages": {
|
||
|
".": {
|
||
|
"changelog-path": "CHANGELOG.md",
|
||
|
"release-type": "simple",
|
||
|
"extra-files": [
|
||
|
"action.yml",
|
||
|
"README.md",
|
||
|
"slim/action.yaml"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|