Skip to content

Releases: lumapps/commit-message-validator

Release 1.5.1

03 Jan 11:44
fd09d88
Compare
Choose a tag to compare

1.5.1

🔩 Others

  • jira-pattern: allow 6 characters (2e82b608)

Release 1.5.0

03 Jan 11:44
Compare
Choose a tag to compare

1.5.0

🚀 Features

  • validator: allow lines longer than max if no spaces (4293d0f7)

🔩 Others

  • validator: fix indentation mismatch between tabs and spaces (559f5e00)

Release 1.4.0

03 Jan 11:44
dc828d7
Compare
Choose a tag to compare

1.4.0

🐛 Fixes

  • bash: jira pattern accept numbers and must have a charater (9743dd0e)

Release 1.3.0

03 Jan 11:44
1f06cca
Compare
Choose a tag to compare

1.3.0

🔩 Others

  • validator: limit commit title to 100 chars (0c04f0d5)

Release 1.2.0

03 Jan 11:44
7518718
Compare
Choose a tag to compare

1.2.0

🐛 Fixes

🔩 Others

Release 1.1.0

03 Jan 11:44
1e09ac0
Compare
Choose a tag to compare

1.1.0

🚀 Features

  • pre-commit: adding new options to the pre-commit shell script (0579955c)
  • jira: jira ref in header (ad13636b)
  • types: allow for a gen type when we generate configuration (36d53d38)
  • length: make the length configurable (6d183af7)
  • jira: make jira types an option (5c8c2014)
  • revert: allow to not specify the reverted commit sha1 (aece264a)

🐛 Fixes

  • jira: allow jira ref with shorter prefix (ca118a1a)

🔩 Others

  • makefile: using python3 as python version instead of python3.7 (2ffd5a5c)
  • github-action: add new options to github-action (e3020bcc)
  • validator: fix tiny typos (c9760ea4)

1.0.0

07 Oct 19:08
6fe8b63
Compare
Choose a tag to compare

1.0.0

📔 Documentation

  • readme: add default_stages example (531a237e)
  • readme: explain how to setup pre-commit (01c8d9f6)
  • readme: fix naming and urls (308656f8)
  • readme: add the optional status of body and footer (56c5c310)
  • template: add usage of commit template (f16be8f3)

🐛 Fixes

  • pre-commit: fix broken parts issue (e7785d6e)
  • validator: add missing type lint in validation (4a2ddb60)
  • validator: enhance error message in case of missing reference (83444b04)

🔩 Others

  • action: properly forward settings from workflow to env (494c06f9)
  • action: auto validate this repository (d33bd38c)
  • any: Adding CODEOWNERS file (d2d2d60f)
  • bash: be more bash resilient (9ff599ec)
  • check: allow to run check script from another path (e131025c)
  • check: add a pre-push hook for easy install in other repo (3ee2cf00)
  • check: add a minimal check script to iterate on commit (ee01a3e5)
  • check-message: handle options for prehook (5e298495)
  • docs: apply markdownlint recommandations (f915f253)
  • hook: target master for commit validation (d0de1790)
  • hook: add pre-commit to validate commits (6856d2b0)
  • local: changes to pass linter (05e2b9fe)
  • local: add pre-commit hooks (811aaac8)
  • local: add python and dependency management (60c2d59d)
  • pre-commit: add markdownlint validation (0460326b)
  • pre-commit: allow fixups and revert (f0eb02ea)
  • readme: add default_stages example (531a237e)
  • readme: explain how to setup pre-commit (01c8d9f6)
  • readme: fix naming and urls (308656f8)
  • readme: add the optional status of body and footer (56c5c310)
  • readme: initialize the repository with a nice README (7b3361aa)
  • repo: make it work with zsh (98614fae)
  • repo: enforce no trailing space policy (1da1898c)
  • repo: properly append line in body and footer (3f61be0d)
  • roadmap: add few items in the roadmap (1faaae8b)
  • script: check message during commit (e79cacc2)
  • template: add usage of commit template (f16be8f3)
  • template: add git-commit-template (0f5d26c2)
  • tests: add unit testing to github actions (721d399e)
  • validator: handle empty options as unset (99083dac)
  • validator: add an option to allow temporary commits (314847e1)
  • validator: allow to not check jira reference (52d99b46)
  • validator: add revert commit validation (e3c42a7d)
  • validator: enforce footer length (bc890860)
  • validator: enforce JIRA references (cf974b95)
  • validator: enforce body length (98881cfc)
  • validator: enforce type, scope and subject format (9cbdc586)
  • validator: enforce header structure (6aee18e2)
  • validator: enforce overall structure (c4b0c724)