commitizen-tools/commitizen

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 19th, 2026
Created on October 7th, 2017
Open Issues & Pull Requests: 163 (+0)
GitHub issues: Enabled
Number of forks: 353
Total Stargazers: 3,514 (+0)
Total Subscribers: 15 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 94
New in 7 days: 0
Closed in 7 days: 1
Avg open age: 649 days
Stale 30+ days: 91
Stale 90+ days: 79

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • issue-status: needs-triage (96)
  • type: bug (74)
  • type: feature (73)
  • issue-status: wait-for-implementation (69)
  • good first issue (42)
  • issue-status: pr-created (34)
  • type: documentation (24)
  • issue-status: wait-for-response (14)

Most active issues this week

Detailed Description

Commitizen is a release management tool that enforces standardized commit conventions, automates version bumping, and generates changelogs.

The tool solves the problem of inconsistent commit messages and manual release management by requiring commits to follow a structured format, defaulting to Conventional Commits. When developers use the interactive CLI to create commits, they answer prompts that ensure messages follow the standard. The tool then analyzes this commit history to automatically determine version increments using semantic versioning, update version files, create git tags, and generate changelogs in Keep a Changelog format. A single command, `cz bump`, orchestrates the entire release process.

Teams should adopt this tool if they want to reduce friction around releases and make commit history more meaningful without imposing heavy process overhead. It suits projects of any size that use Git and Python, though the tool itself runs independently of your project's language. The README does not compare Commitizen to alternatives, so no comparative guidance can be offered. The tool supports customization through configuration files, custom commit rules and templates, and plugins installable via pip, allowing teams to adapt it to their specific conventions.

The project maintains active engagement with its codebase through regular updates and refinements to core functionality. Development shows responsiveness to user needs with ongoing improvements to the bump command, version management options, and configuration flexibility. The maintainers have invested in comprehensive documentation and multiple installation pathways, indicating attention to accessibility for different user environments and workflows.