Releases: ComPWA/update-pre-commit
Releases · ComPWA/update-pre-commit
ComPWA/update-pre-commit v1.0.1
⚠️ Enhancements and optimizations
- Run
autoupdate
withuvx
andpre-commit-uv
(#8)
⚠️ Changes that may affect behavior
- Fail if no
.pre-commit-config.yaml
(#8)
🐛 Bug fixes
- Correctly upload
.pre-commit-config.yaml
, which is considered a hidden file (#8)
🖱️ Developer Experience
- Set correct title for release drafter (#7)
The full changelog as commits can be found here.
ComPWA/update-pre-commit v1.0.0
⚠️ Changes that may affect behavior
- Upgrade to
actions/upload-artifact@v4
(#4)
⚠️ Enhancements and optimizations
- Show diff of
.pre-commit-config.yaml
in ComPWA/update-pre-commit@v1 action (#5) - Bump actions/upload-artifact from 2 to 3 (#1)
- Bump actions/setup-python from 2 to 4 (#2)