Skip to content

Tags: commit-check/commit-check

Tags

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update pre-commit.ci autoupdate to quarterly (#230)

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow accented letters in author name (#221)

* fix: allow accented letters in author name

Allow accented letters (e.g. áéó, etc.) in an
author's name.

* fix: remove duplicate unicode regex range

* fix: add broader regex range to .yml as well

* fix: remove duplicate regex key

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: consider early return optimization for dry-run (#214)

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support new pre-commit hook `check-merge-base` (#197)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: check target branch name and update help (#194)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add `merge_base` to check the branch is rebased (#192)

* feat: check merge base (WIP)

* feat: check merge base (WIP)

* ci: auto fixes from pre-commit.com hooks

* fix pre-commit check issues

* Update commit_check/branch.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update .commit-check.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* feat: add noxfile.py

* ci: auto fixes from pre-commit.com hooks

* fix pre-commit check

* Update noxfile.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: update merge_base feature

* feat: refactor print error message

* fix: update noxfile.py to fix workflow

* fix: update noxfile.py to fix workflow

* fix: update noxfile.py to fix finding wheel

* fix: update noxfile.py

* test: disable run commit-check

* fix: revert main.yml

* ci: auto fixes from pre-commit.com hooks

* fix: removed does work test case

* fix: update merge_base regex

* fix: refactor code based on review

* fix: update noxfile.py to fix lint

* refactor: update commit-check.yml

* test: add test for git_merge_base()

* refactor: update util_test.py

* feat: add new tests

* refactor: update test

* test: add tests for main and branch

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update regex in .commit-check.yml (#188)

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Update main.yml to fix codecov (#187)

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support new branch type chore/ (#178)

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Update README.rst (#171)

closes #170