Releases: open-turo/action-pre-commit
Releases · open-turo/action-pre-commit
v3.1.0
3.1.0 (2024-08-01)
Features
- add support to cache pre-commit in s3 (e0fdf17)
Miscellaneous
- deps: update all ci non-major dependencies (d01aed8)
- deps: update all ci non-major dependencies (43f29a5)
- deps: update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.14.0 (b7063c1)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9.2.0 (9b308e6)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9.3.0 (915d7d7)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9.4.0 (06cdd5b)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9.5.0 (3718bfe)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9.6.0 (00c55af)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9.7.0 (2af3d86)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9.8.0 (4b9d5c6)
- deps: update pre-commit hook pre-commit/mirrors-eslint to v9 (f822b43)
- deps: update pre-commit hook rhysd/actionlint to v1.7.0 (6b41ffa)
- deps: update pre-commit hook rhysd/actionlint to v1.7.1 (4452b6b)
- deps: update tj-actions/changed-files action to v43 (e0fc405)
- deps: update tj-actions/changed-files action to v44 (f3d281a)
v3.0.1
v3.0.0
3.0.0 (2024-03-05)
⚠ BREAKING CHANGES
- The action no longer uses action-setup-tools. The
action was already installing python via setup-python, so this is no
longer needed. If any step running after this action required other
tools being installed, they will need to be installed outside of this
action
Features
- don't use action-setup-tools (c7b78be)
Miscellaneous
- deps: update tj-actions/changed-files action to v42 (22702f0)
Documentation
Continuous Integration
v2.0.2
v2.0.1
v2.0.0
v1.5.1
v1.5.0
1.5.0 (2023-11-06)
Bug Fixes
- commitlint: change notice messages to debug (7582054)
- commitlint: merge back changes handling git refs, commitlint config (abcbc35)
- conditionalize commitlint --config argument (f048176)
- don't fail hard if the ref doesn't exist (a6a03d3)
- make pre-commit not run if there's no config (e109472)
Features
- use commitlint subaction instead of duplicating code (053d319)