Skip to content

Releases: open-turo/action-pre-commit

v3.1.0

01 Aug 16:45
Compare
Choose a tag to compare

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

05 Mar 23:35
Compare
Choose a tag to compare

3.0.1 (2024-03-05)

Bug Fixes

  • update reference to old branch (78edef7)

v3.0.0

05 Mar 23:06
Compare
Choose a tag to compare

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

  • commitlint: add missing docs (619f336)
  • update readme with correct version in examples (f394c33)

Continuous Integration

v2.0.2

27 Feb 16:38
Compare
Choose a tag to compare

2.0.2 (2024-02-27)

Bug Fixes

v2.0.1

27 Feb 16:26
ae6fc4f
Compare
Choose a tag to compare

2.0.1 (2024-02-27)

Bug Fixes

  • commitlint: pin commitlint version (6b368ec)

Continuous Integration

  • release: use beta version of turo conig (474913a)
  • use turo semantic-release config (ae6fc4f)

v2.0.0

15 Dec 23:24
Compare
Choose a tag to compare

2.0.0 (2023-12-15)

Features

BREAKING CHANGES

  • Node default version is now 20

v1.5.1

06 Nov 23:56
Compare
Choose a tag to compare

1.5.1 (2023-11-06)

Bug Fixes

  • changed files not correctly being detected (a1edc42)

v1.5.0

06 Nov 21:56
Compare
Choose a tag to compare

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)

v1.4.12

25 Oct 00:33
Compare
Choose a tag to compare

1.4.12 (2023-10-25)

Reverts

  • Revert "fix: get poetry to use the same python version as pre-commit" (01fe78f)
  • Revert "docs: add context around poetry check" (813c287)

v1.4.11

23 Oct 19:02
Compare
Choose a tag to compare

1.4.11 (2023-10-23)

Bug Fixes

  • get poetry to use the same python version as pre-commit (7566816)