Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
commitizen-tools
/
commitizen
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
300
Star
3.1k
Code
Issues
118
Pull requests
35
Discussions
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
f92357a
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 9, 2025
refactor(init): remote extra words
timsu92
authored and
Lee-W
committed
f92357a
Copy full SHA for f92357a
refactor(process_commit_message): better type and early return
bearomorphism
authored and
Lee-W
committed
eca23ba
Copy full SHA for eca23ba
refactor(Init): extract _get_config_data for readability
bearomorphism
authored and
Lee-W
committed
14f7db5
Copy full SHA for 14f7db5
refactor(changelog): shorten condition expression and early return
bearomorphism
authored and
Lee-W
committed
34a4836
Copy full SHA for 34a4836
refactor(Changelog): remove unnecessary intermediate variables for better readability
bearomorphism
authored and
Lee-W
committed
38397b2
Copy full SHA for 38397b2
docs(pre-commit): add taplo to pre-commit hook
bearomorphism
authored and
Lee-W
committed
f15b718
Copy full SHA for f15b718
docs(taplo): add toml formatter
bearomorphism
authored and
Lee-W
committed
908f29c
Copy full SHA for 908f29c
fix: raise NoVersionSpecifiedError if version is None, and adjust call sites of get_version
bearomorphism
authored and
Lee-W
committed
4a3afff
Copy full SHA for 4a3afff
refactor(bump): use a loop to shorten a series of similar NotAllowed exceptions
bearomorphism
authored and
Lee-W
committed
d294d2f
Copy full SHA for d294d2f
refactor(Init): use ternary operator
bearomorphism
authored and
Lee-W
committed
4ff2088
Copy full SHA for 4ff2088
refactor(TagRules): extract tag_formats property and simplify list comprehension
bearomorphism
authored and
Lee-W
committed
b35d343
Copy full SHA for b35d343
fix(Changelog): fix _export_template variable type
Show description for a352e4b
bearomorphism
authored and
Lee-W
committed
a352e4b
Copy full SHA for a352e4b
fix(Bump): rewrite --get-next NotAllowed error message for consistency
bearomorphism
authored and
Lee-W
committed
280856a
Copy full SHA for 280856a
refactor(git): remove redundant if branch
bearomorphism
authored and
Lee-W
committed
0fa3db0
Copy full SHA for 0fa3db0
refactor(ScmProvider): replace sorted with max
bearomorphism
authored and
Lee-W
committed
d1bfd55
Copy full SHA for d1bfd55
refactor(ExpectedExit): make the constructor more compact
bearomorphism
authored and
Lee-W
committed
647f0f5
Copy full SHA for 647f0f5
refactor(ParseArgs): simplify __call__ function body
bearomorphism
authored and
Lee-W
committed
5a21f83
Copy full SHA for 5a21f83
Commits on Sep 5, 2025
bump: version 4.8.3 → 4.8.4
github-actions[bot]
committed
186dd18
Copy full SHA for 186dd18
refactor: reduce code indentation
vemilano
authored and
woile
committed
1cde9ee
Copy full SHA for 1cde9ee
fix: members in workspace, use exclude
vemilano
authored and
woile
committed
44bce60
Copy full SHA for 44bce60
fix: cargo workspaces
vemilano
authored and
woile
committed
1f2d26a
Copy full SHA for 1f2d26a
ci(deps): bump actions/github-script from 7 to 8
Show description for 0fbc287
dependabot[bot]
authored and
Lee-W
committed
0fbc287
Copy full SHA for 0fbc287
ci(deps): bump actions/setup-python from 5 to 6
Show description for adbe3ca
dependabot[bot]
authored and
Lee-W
committed
adbe3ca
Copy full SHA for adbe3ca
ci(deps): bump actions/labeler from 5 to 6
Show description for d7fcd97
dependabot[bot]
authored and
Lee-W
committed
d7fcd97
Copy full SHA for d7fcd97
Commits on Aug 28, 2025
build(deps): exclude prompt_toolkit 3.0.52 due to questionary compatibility issue
Show description for 75a97e5
danchev
authored and
Lee-W
committed
75a97e5
Copy full SHA for 75a97e5
Commits on Aug 13, 2025
docs(config.md): fix format issue, add period and add title to example config code blocks
bearomorphism
authored and
Lee-W
committed
9e6830c
Copy full SHA for 9e6830c
Commits on Aug 12, 2025
ci(deps): bump actions/checkout from 4 to 5
Show description for 1930674
dependabot[bot]
authored and
Lee-W
committed
1930674
Copy full SHA for 1930674
Commits on Aug 6, 2025
docs(README): ensure line break
timsu92
authored and
Lee-W
committed
b8f9bf6
Copy full SHA for b8f9bf6
docs(README): install into dev dependency when using uv
timsu92
authored and
Lee-W
committed
eb21999
Copy full SHA for eb21999
Commits on Jul 15, 2025
ci(github-actions): fix sponsorship page generation
Lee-W
committed
baa31a6
Copy full SHA for baa31a6
docs(third-party-commitizen.md): Add cz-path info
Tatsh
authored and
Lee-W
committed
c5a9f67
Copy full SHA for c5a9f67
Commits on Jul 13, 2025
docs(config.md): Document glob pattern support in `version_files`
Show description for b2e9c1b
edgarrmondragon
authored and
Lee-W
committed
b2e9c1b
Copy full SHA for b2e9c1b
Commits on Jun 16, 2025
ci(deps): bump dawidd6/action-homebrew-bump-formula from 4 to 5
Show description for d0c89af
dependabot[bot]
authored and
Lee-W
committed
d0c89af
Copy full SHA for d0c89af
Commits on Jun 14, 2025
ci(github-actions): set organization to true for JamesIves/github-sponsors-readme-action@v1
Lee-W
committed
2c23010
Copy full SHA for 2c23010
Commits on Jun 12, 2025
docs(bump.md): add titles to code blocks and fix minor grammar issues
bearomorphism
authored and
Lee-W
committed
7ef1f7e
Copy full SHA for 7ef1f7e
Pagination
Previous
Next
You can’t perform that action at this time.