Releases: mundialis/github-workflows
Releases · mundialis/github-workflows
1.3.0
What's Changed
- improvements for grass-manual workflow by @anikaweinmann in #24
- Add superlinter to workflow by @mmacata in #27
- Update docker/build-push-action action to v6 by @renovate in #26
- add ruff linter to workflows by @JHalbauer in #33
- CI: fix syntax error in codeql.yml by @neteler in #29
- added post PR reviews by @JHalbauer in #34
New Contributors
- @JHalbauer made their first contribution in #33
- @neteler made their first contribution in #29
Full Changelog: 1.2.0...1.3.0
1.2.0
Added
- add RELEASE.md by @anikaweinmann in #22
Changed
- Update linting.yml: update versions by @anikaweinmann in #23
Full Changelog: 1.1.0...1.2.0
generated with gh api repos/mundialis/github-workflows/releases/generate-notes -f tag_name="1.2.0" -f target_commitish=main -q .body
1.1.0
[1.1.0] - 2024-04-25
Changed
- Update actions/checkout action to v4 by @renovate in #14
- Update docker/build-push-action action to v5 by @renovate in #15
- Update docker/setup-buildx-action action to v3 by @renovate in #16
- Update softprops/action-gh-release action to v2 by @renovate in #17
Added
- add workflow for grass addon manual page by @anikaweinmann in #18 (adjustments for mulit-addons in #19 and fixes in #20)
Fixed
- Fix linting workflow by @anikaweinmann in #21
Full Changelog: 1.0.3...1.1.0
"generated with gh api repos/mundialis/github-workflows/releases/generate-notes -f tag_name="1.1.0" -f target_commitish=main -q .body
"
1.0.3
1.0.2
Linting pre-commit hooks:
- exit if any linting step failed
- print which linting step(s) failed
1.0.1
Add wget
installation for usage of pre-commit
hook (required for pylint
)