An open API service providing commit metadata for open source projects.

GitHub / commitizen-tools/commitizen / commits

Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:

SHA Message Author Date Stats
ac3318dd build(ruff): add RUF022 & RUF100 rules gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
82cdfff2 style(ruff): resolve F401 gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
1f9578fc build(deps-dev): bump ruff gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
8055c950 refactor: remove `TypeError` handling since `Python >=3.9` is required gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
a5033ab4 refactor: add comment clarifying `no_raise` parsing to `list[int]` gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
b4c8aa35 refactor(mypy): remove `unused-ignore` gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
fcd609e7 build(deps-dev): bump mypy to 1.16.0 gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
94b97964 refactor(cli.py): add type hints gbaian10 <g****0@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
f66e5774 refactor(bump): TypedDict for bump argument Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
44123c41 build(ruff,mypy): more strict rules Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
e86d80ea style: add `-> None` to __init__ Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
c1eea632 style: replace dict with Mapping Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
18b97296 refactor(jira): refactor message Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
451e0fc5 refactor(conventional_commits): use TypedDict for answers Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
7fc35151 refactor: do not guess if changelog format is provided Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
59531a64 style: better type Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
2e65d17c style: remove Union Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
c62aac03 style: type untyped methods Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
37eac1f2 refactor: make methods protected, better type Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
2d23942f refactor(conventional_commits): make schema_pattern more readable Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
54783661 refactor(check): compile once and rename variable Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
b6ad3d23 refactor(BaseCommitizen): remove unused process_commit Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
1647841d refactor(conventional_commits): remove unnecessary checks Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
898d054a refactor: fix mypy output and better type Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
28b3b9b8 perf(tags): use set Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
8c335705 style(tags): improve types Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
59e7532c docs(external_links): typo Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
ceb2b7af docs: correct case GitHub Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
4b6b3fb4 docs(commit): rewrite command commit page Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
08ced5db docs(README): fix broken bullet points Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
739abd50 docs(init): rewrite commands init page Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
8e65b882 docs(cli/screenshots): update CLI screenshots github-actions[bot] <g****]@u****m> 4 months ago
5aa58c66 docs: add installation and usage guide for cz-ai plugin leveraging GPT-4o Adrian Carolli <a****i@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
edb21df5 build: specify importlib-metadata version to fix unit tests Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
f15b7186 docs(pre-commit): add taplo to pre-commit hook Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
908f29c8 docs(taplo): add toml formatter Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
7750f420 refactor(changelog): better typing, yield Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
3560156e docs(bump): rewrite bump about section, fix incorrect version increment rules Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
aaa64aca docs(faq): add features we wont add Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
52e44e5b build(termcolor): remove termcolor <3 restriction Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
876de4f8 refactor(cli): early return and improve test coverage Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
9420b44c docs(label_pr.yml): add labels based on new PR title Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
3153e079 test(test_git): mock os Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
74d3bc53 fix(defaults): add non-capitalized default constants back and deprecated warning Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
a8094aeb bump: version 4.8.1 → 4.8.2 github-actions[bot] <g****]@u****m> 4 months ago
ba571827 bump: version 4.8.0 → 4.8.1 github-actions[bot] <g****]@u****m> 4 months ago
c939df1f build(poetry): upgrade mypy version to ^1.15.0 Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
225fd76e bump: version 4.7.2 → 4.8.0 github-actions[bot] <g****]@u****m> 4 months ago
dbdfa60e docs(cli/screenshots): update CLI screenshots github-actions[bot] <g****]@u****m> 4 months ago
f3fa22ce refactor(BaseConfig): use setter Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
febd0d62 refactor(changelog): minor cleanup Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
03eff5cd refactor(git): extract _create_commit_cmd_string Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
e3b44652 docs(bug_report): add fallback command if cz version --report is not available Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
49f4d2b1 docs(label_issues): add comment Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
2982c6e5 docs(label_issues): add logics for adding os related labels Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
767c5fed docs(ISSUE_TEMPLATE): correct labels Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
4 months ago
8d573069 bump: version 4.7.1 → 4.7.2 github-actions[bot] <g****]@u****m> 5 months ago
bb1539de docs(README): paraphase features Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
ba1c9c0c docs(README): replace internal links with documentation site link Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
f6280c88 docs(README): update documentation site link text Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
f67b29b0 refactor(git): refactor get_tag_names Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
1eb35c80 refactor(EOLType): add eol enum back and reorganize methods Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
33453b75 refactor(version_scheme): cleanup Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
18705031 refactor(bump): add type for out, replace function with re escape Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
815f514b refactor: misc cleanup Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
7fd6ce33 refactor(check): simplify code Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
fe72043e refactor(check): remove unnecessary variable Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
471b778e test(commit): when nothing is added to commit Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
8cfb859f refactor(commit): simplify call Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
1deffcab docs(git): from_rev_and_commit docstring Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
755a0411 test(git): add test for from_rev_and_commit Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
b0f0d40e test(bump): improve test coverage Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
69a220c3 refactor(bump): clean up Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
94c02b3f refactor(default): capitalize all constants and remove unnecessary variable Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
a0cc4901 bump: version 4.7.0 → 4.7.1 github-actions[bot] <g****]@u****m> 5 months ago
46c5ecc7 fix(bump): don't fail if an invalid version tag is present (fix #1410) (#1418) Axel H. <n****e@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
10581b3b test(changelog): code cleanup and better type Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
5b3b6efb refactor(git): code cleanup and better test coverage Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
612ef79e refactor: improve readability and fix typos Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
70af1a6d docs: capitalize commitizen for consistency Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
1c58b1c2 docs(README): update project specific installation methods Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
2a68e89a docs(contributing): update codecov link Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
71c2e914 docs(pull_request_template): add broken link check to the checklist Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
ec57f7de docs: fix link warnings and minor grammar issues Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
6930aaae docs(README): use cli screenshots Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
2cb2daf3 docs(pull_request_template): make the checklist holistic (#1408) Tim Hsiung <b****7@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
d86ec4c3 style: fix some typos (#1407) Tim Hsiung <b****7@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
87873f99 feat(cli): add --tag-format argument to changelog command Jani Jappinen <2****a@u****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
f893d082 docs(README): update installation methods Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
d0c26742 refactor(customize): improve code readability Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
614eaa39 docs(README): update get project version section Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
5e14843e docs(pyproject.toml): fix typo Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
4cd6d78a docs(contributing.md): improve readability of contributing docs Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
37a4a3ae docs(cli): align cli output with docs Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
36c7ae57 docs(README.md): improve clarity of README reference section Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
889198d5 docs(README.md): move Getting Started to README and improve clarity of the se... Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
3fcefbd5 docs(README.md): make it easier for readers to understand what Commitizen does Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
23bd8936 docs(README.md): sync help section with the latest `cz --help` command output Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
617b610e docs(bug_report.yml): resolve comments Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago
c3d4152f docs: fix typo issues in cli.py, README.md, and contributing.md Yu-Ting Hsiung <b****7@g****m>
Committed by: Wei Lee <w****x@g****m>
5 months ago

← Back to repository