Skip to content

Releases: boozt-platform/lefthook

v1.3.0

21 Mar 17:24
6f73fbe
Compare
Choose a tag to compare

1.3.0 (2024-03-21)

Feature

  • add hadolint hook (to lint Dockerfiles) (c7badf6)
  • add jsonlint hook (this hook validates json files) (8949c1a)
  • add license-checker hook (to check license headers across the files) (50f61af)
  • add commitlint hook (checks git commits based by CC) (110b2b0)
  • add yamllint hook (1b85d54)
  • add markdownlint hook (0215b3a)

Documentation

  • update main documentation (to add new hooks/features) (fd3f8c4)
  • update PR template (90fe0e4)
  • update issue templates (753885b)
  • update main README.md file to add new hook feature (f2657c1)

Styles

  • adjust yaml & markdown files due to the linting (24a7017)

Chores

  • delete deprecated files, we will use separate repo (0c1c52d)

v1.2.0

07 Mar 12:31
bd9929c
Compare
Choose a tag to compare

1.2.0 (2024-03-07)

Feature

  • add new hook called license-checker to check if presents license headers (5075a8d)

Documentation

  • remove license headers from issue template (f609855)
  • add docs for commitlint (bb524f1)
  • remove SPDX license headers from .md files (c3097ff)
  • update main README file to bump the version and fix the URL (745fb13)

Chores

  • update add-hook.sh creation script to have a better wizzard (8bcb340)

v1.1.1

04 Mar 08:53
c45a89c
Compare
Choose a tag to compare

1.1.1 (2024-03-04)

Bug Fixes

  • move commitlint.sh to .lefthook config folder (86f923b)

Documentation

  • update pull request template (9b8e824)

v1.1.0

01 Mar 12:31
9a33de6
Compare
Choose a tag to compare

1.1.0 (2024-03-01)

Feature

  • add shellcheck to lint shell scripts (a3f42f7)
  • add hadolint to lint the dockerfiles (51521eb)
  • add linter for git commits (9872c9d)
  • automation of the hook creation (7e67a36)

Documentation

  • how to use it and available hooks sections, adjust the project info (1d4595a)
  • updating contribution guide of creating a new hook (a3fb860)

Chores

  • add default config of .lefthook.yaml (e446727)
  • adjust goreleaser config to use checksums and different name of snapshots (f9f37e6)
  • add .gitignore (ce1e5f5)

v1.0.0

26 Feb 11:29
2894d45
Compare
Choose a tag to compare

1.0.0 (2024-02-26)