Skip to content

Tags: commit-check/commit-check

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add support for commit message file argument for pre-commit (#366)

* feat: add support for commit message file argument for pre-commit compatibility

* fix: refactor commit message handling

* fix: accept both hyphen and underscore formats for CLI args

* Revert "fix: accept both hyphen and underscore formats for CLI args"

This reverts commit 732bbda.

* fix: Update commit_check/main.py per review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* test: add test coverage for positional commit_msg_file argument (#367)

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add 'enforce' and 'enhance' to imperative verbs list (#359)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Change CodSpeed mode from instrumentation to simulation (#356)

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add dependencies in pyproject.toml (#352)

Added tomli dependency for Python versions < 3.11.

closes #350

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: workflow does not contain permissions (#343)

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support additional `allow_branch_names` in configuration (#336)

feat: support additional allow_branch_names in configuration

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support commit-check without requiring `ref` in `actions/checko…

…ut` (#322)

* feat: Fallback to environment variables (GitHub Actions)

* test: add more tests

* fix: update util and test per review

* fix: update util and test per review

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Split `alignappend` into separate `align` and `append` imperativ…

…es (#321)

* chore: Update imperatives.py

closes #318

* chore: Fix alphabetical ordering of new entries

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update default values to algin with configuration file (#313)

* chore: align default values with config

* chore: fix by pre-commit

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update regex to support breaking changes (#305)