mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 11:03:38 -05:00
9c7046864f
- Don't run the Release job with a matrix because we don't want to run release-please and the git tag steps more than once. - Don't get release metadata if release-please didn't create the release yet. - Populate the container image build cache. - Set the starting version and commit for release-please.
15 lines
377 B
JSON
15 lines
377 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
|
|
"bootstrap-sha": "9db632f0e18a73a9845c11d0f35431e714a66772",
|
|
"packages": {
|
|
".": {
|
|
"changelog-path": "CHANGELOG.md",
|
|
"release-type": "simple",
|
|
"extra-files": [
|
|
"action.yml",
|
|
"README.md",
|
|
"slim/action.yml"
|
|
]
|
|
}
|
|
}
|
|
}
|