Skip to content

Tags: commit-check/commit-check

Tags

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(message): protect the message regex check (#260)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: add example for failed imperative mood checks (#259)

docs: update README.md

v0.9.9

Toggle v0.9.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add package write permission (#255)

v0.9.8

Toggle v0.9.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: display a clear message when there are no commits (#244)

* fix: check if there are commit in the current branch

* fix: check if there are commit in the current branch

* add output when no commits found

* docs: change output when no commits found

* test: add more test for util

v0.9.7

Toggle v0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Potential fix Workflow does not contain permissions #235

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: move deps from `requirements.txt` to `pyproject.toml` (#233)

* chore: remove requirements.txt files

* install nox

* install nox

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* update noxfile.py

* update noxfile.py and pyproject.tom

* fix pyproject.toml

* move sphinx-autobuild into pyproject.toml

---------

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

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)