-
-
Notifications
You must be signed in to change notification settings - Fork 289
Insights: commitizen-tools/commitizen
Overview
Could not load contribution data
Please try again later
6 Releases published by 1 person
66 Pull requests merged by 7 people
-
docs(customization.md): fix grammar mistake, add title to code blocks
#1535 merged
Jun 10, 2025 -
docs(defaults): deprecate type Questions
#1533 merged
Jun 10, 2025 -
build: remove not needed importlib-metadata dependency for python >= 3.10
#1532 merged
Jun 10, 2025 -
docs(CHANGELOG): run
pre-commit run --all-files
to fix CI#1522 merged
Jun 9, 2025 -
4.8.3 candidate
#1457 merged
Jun 9, 2025 -
build: add PGH003 and PGH004, add types-colorama
#1517 merged
Jun 9, 2025 -
ci(pyproject.toml): strict check for invalid commit messages
#1494 merged
Jun 9, 2025 -
refactor(cz): better typing and refactor message method
#1472 merged
Jun 8, 2025 -
refactor(conventional_commits): make schema_pattern more readable
#1469 merged
Jun 8, 2025 -
refactor: do not guess if changelog format is provided, make function private
#1471 merged
Jun 8, 2025 -
refactor(check): rename variable and compile pattern once
#1470 merged
Jun 8, 2025 -
refactor(questions): type questions with TypedDict
#1485 merged
Jun 8, 2025 -
refactor(bump): simplify nested if
#1505 merged
Jun 8, 2025 -
refactor(git): retype get_commits parameter to make it more friendly to call sites
#1506 merged
Jun 8, 2025 -
refactor(git): simplify tag logic
#1507 merged
Jun 8, 2025 -
refactor(bump): eliminate similar patterns in code
#1508 merged
Jun 8, 2025 -
perf(bump): avoid unnecessary list construction and rename variable t…
#1504 merged
Jun 8, 2025 -
Add FAQ explaining why Pydantic is not used
#1489 merged
Jun 8, 2025 -
refactor: improve types and avoid nested loop, add types for untyped functions
#1466 merged
Jun 8, 2025 -
refactor(BaseCommitizen): remove unused process_commit
#1468 merged
Jun 8, 2025 -
Upgrade ruff and add RUF022 & RUF100
#1482 merged
Jun 8, 2025 -
docs(contributing): add Contributing TL;DR page
#1484 merged
Jun 8, 2025 -
build(poetry): run poetry update to keep the packages up to date
#1490 merged
Jun 8, 2025 -
fix(deprecated): mark deprecated will be removed in v5
#1492 merged
Jun 8, 2025 -
docs(feature_request): eliminate duplicated label
#1496 merged
Jun 8, 2025 -
docs(pull_request_template): add task to fix broken external links in the docs
#1487 merged
Jun 1, 2025 -
docs(contributing): improve documentation for first-time contributors
#1486 merged
Jun 1, 2025 -
Add type hints for cli.py
#1479 merged
May 31, 2025 -
build(deps-dev): bump mypy to 1.16.0
#1480 merged
May 31, 2025 -
docs(commit): rewrite command commit page
#1463 merged
May 28, 2025 -
docs: correct case GitHub
#1464 merged
May 28, 2025 -
docs(init): rewrite commands init page
#1461 merged
May 28, 2025 -
docs(external_links): typo
#1465 merged
May 28, 2025 -
docs(README): fix broken bullet points
#1462 merged
May 28, 2025 -
docs(bump): rewrite bump about section, fix incorrect version increment rules
#1452 merged
May 28, 2025 -
docs(faq): add "features we won't add" section
#1451 merged
May 28, 2025 -
docs: improve clarity of docs and fix typo/grammar issues
#1404 merged
May 28, 2025 -
refactor(changelog): better typing, yield
#1453 merged
May 28, 2025 -
build(termcolor): remove termcolor <3 restriction
#1450 merged
May 27, 2025 -
docs: add installation and usage guide for cz-ai plugin leveraging GP…
#1458 merged
May 27, 2025 -
refactor(cli): early return and improve test coverage
#1449 merged
May 26, 2025 -
refactor(git): extract _create_commit_cmd_string, better test coverage
#1442 merged
May 26, 2025 -
refactor: misc cleanup
#1428 merged
May 26, 2025 -
fix(defaults): add non-capitalized default constants back and deprecated warning
#1447 merged
May 25, 2025 -
refactor(bump): code cleanup and better test coverage
#1422 merged
May 25, 2025 -
refactor(bump): add type for out, replace function with re escape
#1429 merged
May 25, 2025 -
docs(label_pr.yml): add labels based on new PR title
#1448 merged
May 23, 2025 -
refactor(BaseConfig): update function name, upgrade mypy version
#1444 merged
May 23, 2025 -
refactor(changelog): minor cleanup
#1443 merged
May 23, 2025 -
refactor(git): code cleanup and test coverage
#1417 merged
May 22, 2025 -
refactor(commit): simplify call
#1426 merged
May 22, 2025 -
refactor(version_scheme): cleanup
#1430 merged
May 22, 2025 -
refactor: improve readability and fix typos
#1416 merged
May 22, 2025 -
refactor(check): code cleanup
#1427 merged
May 22, 2025 -
refactor(customize): improve code readability
#1412 merged
May 22, 2025 -
test(changelog): code cleanup and better type
#1423 merged
May 22, 2025 -
feat(cli): add --tag-format argument to changelog command
#1414 merged
May 20, 2025 -
docs(bug_report): add fallback command if cz version --report is not available
#1438 merged
May 19, 2025 -
docs(label_issues): add logics for adding os related labels
#1437 merged
May 19, 2025 -
docs(ISSUE_TEMPLATE): correct labels
#1436 merged
May 19, 2025 -
refactor(default): capitalize all constants and remove unnecessary variables
#1421 merged
May 18, 2025 -
fix(bump): don't fail if an invalid version tag is present (fix #1410)
#1418 merged
May 16, 2025 -
docs(pull_request_template): make the checklist holistic
#1408 merged
May 15, 2025 -
refactor: fix typos
#1407 merged
May 15, 2025 -
docs(bug_report.yml): update bug_report.yml
#1403 merged
May 11, 2025
14 Pull requests opened by 2 people
-
docs(taplo): add toml formatter
#1456 opened
May 25, 2025 -
Refactor changelog 6
#1460 opened
May 28, 2025 -
test(cz_customize): add missing YAML configuration file tests
#1516 opened
Jun 8, 2025 -
feat(bump_rule): add BumpRule, VersionIncrement, Prerelease Enum
#1518 opened
Jun 9, 2025 -
feat: add check against default branch
#1519 opened
Jun 9, 2025 -
refactor(changelog): cleanup and add test cases
#1520 opened
Jun 9, 2025 -
refactor(bump): use a loop to shorten a series of similar NotAllowed …
#1523 opened
Jun 9, 2025 -
fix(init): make welcome message easier to read
#1524 opened
Jun 9, 2025 -
refactor(Init): remove unnecessary methods from ProjectInfo and refac…
#1526 opened
Jun 10, 2025 -
refactor(Init): use ternary operator
#1527 opened
Jun 10, 2025 -
fix(Init): fix a typo in _ask_version_provider options and remove unnecessary filter
#1528 opened
Jun 10, 2025 -
refactor(Init): fix unbounded variable in _ask_tag_format
#1529 opened
Jun 10, 2025 -
docs(config.md): fix format issue, add period and add title to example config code blocks
#1534 opened
Jun 10, 2025 -
docs(bump.md): fix minor grammar issue and add titles for code blocks
#1536 opened
Jun 10, 2025
29 Issues closed by 4 people
-
Deprecate `Questions` in defaults.py
#1514 closed
Jun 10, 2025 -
commitizen 4.8.3 includes dependency `importlib_metadata` for Python > 3.9
#1525 closed
Jun 10, 2025 -
Enable `ruff` rule PGH003
#1501 closed
Jun 9, 2025 -
Support `termcolor` version 3
#1420 closed
Jun 9, 2025 -
Support the latest version of `Ruff`
#1474 closed
Jun 9, 2025 -
Check every commit message in PR CI
#1493 closed
Jun 9, 2025 -
Absolute link or link to Markdown files?
#1433 closed
Jun 9, 2025 -
Support tox >= 4.0.0
#637 closed
Jun 9, 2025 -
Those "XXX will be removed in commitizen 4." are not removed in v4, discuss when to remove them?
#1473 closed
Jun 8, 2025 -
Mention why we don't use pydantic in FAQ
#1488 closed
Jun 8, 2025 -
`poetry all` tests fail
#1409 closed
Jun 2, 2025 -
Upgrade `mypy` to 1.16
#1476 closed
Jun 1, 2025 -
Add type annotations for the arguments of the CLI entry point
#1477 closed
May 31, 2025 -
commitizen v4
#1073 closed
May 31, 2025 -
Option to allow `fixup!` and `squash!` in commit messages
#414 closed
May 30, 2025 -
[Feature Request] Respect --allow-empty flag
#247 closed
May 30, 2025 -
build commit is not eligible to be bumped
#781 closed
May 28, 2025 -
Add won't added features to FAQ page
#1129 closed
May 28, 2025 -
Inject the output of `cz --help` into README with GitHub workflow
#1413 closed
May 28, 2025 -
README.md Usage section is misleading
#1405 closed
May 28, 2025 -
`pre-commit` fail even if the problem is fixed automatically
#1434 closed
May 25, 2025 -
Version 4.7.2 breaks cz_github_jira_conventional because of missing defaults.bump_pattern
#1435 closed
May 25, 2025 -
tag message for annotated_tag option
#558 closed
May 21, 2025 -
test test test
#1440 closed
May 19, 2025 -
ttest test
#1441 closed
May 19, 2025 -
test new issue github action
#1439 closed
May 19, 2025 -
Generate a changelog for a specific branch
#1283 closed
May 11, 2025 -
Make 1 single command to paste all desired information
#1134 closed
May 11, 2025
14 Issues opened by 7 people
-
2nd git.commit error: "On branch main nothing to commit, working tree clean"
#1530 opened
Jun 10, 2025 -
Generate expected bump version comment when receiving a new pull request
#1510 opened
Jun 8, 2025 -
Fix `tpl.filename` type
#1503 opened
Jun 4, 2025 -
Discuss adding `:meta private:` to the doc string
#1502 opened
Jun 4, 2025 -
Pre-commit check fails when dependency group includes are used in `pyproject.toml`
#1500 opened
Jun 3, 2025 -
`_valid_command_argument`
#1498 opened
Jun 3, 2025 -
Running uv cz dump or uv cz changelog raises NotAGitProjectError in git bash on Windows 11
#1497 opened
Jun 2, 2025 -
Release commitizen v5
#1481 opened
May 31, 2025 -
Clarify what's a breaking change in commitizen
#1446 opened
May 22, 2025 -
Redesign how configuration, flag, and default are handled
#1445 opened
May 22, 2025 -
Running `cz commit` ends with "The system cannot find the path specified."
#1419 opened
May 16, 2025 -
Relative paths works differently with newer versions
#1411 opened
May 13, 2025 -
Sponsors are missing in README
#1406 opened
May 11, 2025
10 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat(commit): implement questions 'filter' support with handlers
#1207 commented on
Jun 8, 2025 • 5 new comments -
Add check against main branch hook
#1400 commented on
Jun 2, 2025 • 4 new comments -
ignored_tag_format not working
#1392 commented on
May 16, 2025 • 0 new comments -
Use named capture group in bump_pattern to enable stricter check
#129 commented on
May 17, 2025 • 0 new comments -
Add commit hash and issue number to the changelog format as optional variables
#1229 commented on
Jun 2, 2025 • 0 new comments -
Content to be added or fixed
#515 commented on
Jun 9, 2025 • 0 new comments -
The `--devrelease` option in `cz bump` is not correctly incrementing the version
#1367 commented on
Jun 10, 2025 • 0 new comments -
Make uv.lock optional bump
#1383 commented on
Jun 10, 2025 • 0 new comments -
Feature/allow empty commit
#592 commented on
Jun 9, 2025 • 0 new comments -
fix(commands/bump): prevent using incremental changelog when it is set to false in config
#996 commented on
Jun 11, 2025 • 0 new comments