mirror of
https://github.com/super-linter/super-linter.git
synced 2025-02-13 08:40:18 -05:00
- Configure release-please to automatically create pull requests and releases. - Run release-please and tag update in the CD workflow. - Update Git tags pointing to latest, major.minor, and major versions as part of the CD workflow. - Remove workflows (draft-release, release) that are not necessary anymore, and related configuration files. - Handle automatic updates to README.md, action.yml, and action.yaml - Mount .github to /tmp/lint/.github so super-linter finds config files, and the GitHub Actions to lint.
14 lines
315 B
JSON
14 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"
|
|
]
|
|
}
|
|
}
|
|
}
|