mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
93b5ede1e8
- 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.
16 lines
394 B
Markdown
16 lines
394 B
Markdown
# Super-Linter releases
|
|
|
|
The Process to create a super-linter release is as follows:
|
|
|
|
1. Merge the release pull request.
|
|
|
|
## Release workflows
|
|
|
|
Every push to the default branch triggers GitHub Actions workflows that:
|
|
|
|
- Build and deploy of super-linter container images:
|
|
|
|
- `super-linter/super-linter:latest`
|
|
- `super-linter/super-linter:slim-latest`
|
|
|
|
- Update to the release pull request.
|