Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
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
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
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
290
Star
2.9k
Code
Issues
106
Pull requests
31
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
master
User selector
All users
Datepicker
All time
Commit History
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
Commits on Jun 10, 2025
docs(customization.md): fix grammar mistake, add title to code blocks
bearomorphism
authored and
Lee-W
committed
f80292e
Copy full SHA for f80292e
docs(defaults): deprecate type Questions
bearomorphism
authored and
Lee-W
committed
db94c4d
Copy full SHA for db94c4d
build: remove not needed importlib-metadata dependency for python >= 3.10
bearomorphism
authored and
Lee-W
committed
98a81f8
Copy full SHA for 98a81f8
Commits on Jun 9, 2025
docs(CHANGELOG): run `pre-commit run --all-files` to fix CI
bearomorphism
authored and
Lee-W
committed
6b4f8b0
Copy full SHA for 6b4f8b0
docs(cli/screenshots): update CLI screenshots
Show description for a5e3cc6
github-actions[bot]
committed
a5e3cc6
Copy full SHA for a5e3cc6
bump: version 4.8.2 → 4.8.3
github-actions[bot]
committed
c710c9f
Copy full SHA for c710c9f
build: add PGH003 and PGH004, add types-colorama
bearomorphism
authored and
Lee-W
committed
8675c28
Copy full SHA for 8675c28
docs(pyproject.toml): move check-commit before cover
bearomorphism
authored and
Lee-W
committed
188bc3f
Copy full SHA for 188bc3f
ci(pyproject.toml): strict check for invalid commit messages
bearomorphism
authored and
Lee-W
committed
5df4b16
Copy full SHA for 5df4b16
style: replace dict with Mapping
bearomorphism
authored and
Lee-W
committed
c1eea63
Copy full SHA for c1eea63
refactor(jira): refactor message
bearomorphism
authored and
Lee-W
committed
18b9729
Copy full SHA for 18b9729
refactor(conventional_commits): use TypedDict for answers
bearomorphism
authored and
Lee-W
committed
451e0fc
Copy full SHA for 451e0fc
refactor(conventional_commits): make schema_pattern more readable
bearomorphism
authored and
Lee-W
committed
2d23942
Copy full SHA for 2d23942
refactor: do not guess if changelog format is provided
bearomorphism
authored and
Lee-W
committed
7fc3515
Copy full SHA for 7fc3515
refactor(check): compile once and rename variable
bearomorphism
authored and
Lee-W
committed
5478366
Copy full SHA for 5478366
refactor(questions): type questions with TypedDict
bearomorphism
authored and
Lee-W
committed
fa5f3c8
Copy full SHA for fa5f3c8
fix(cli): update description for deprecate warning
Show description for a9c4e0a
bearomorphism
authored and
Lee-W
committed
a9c4e0a
Copy full SHA for a9c4e0a
fix(commit): emit deprecated warning of cz commit -s
bearomorphism
authored and
Lee-W
committed
f4fe43c
Copy full SHA for f4fe43c
refactor(bump): simplify nested if
bearomorphism
authored and
Lee-W
committed
6abbc53
Copy full SHA for 6abbc53
refactor(git): retype get_commits parameter to make it more friendly to call sites
bearomorphism
authored and
Lee-W
committed
654f4a0
Copy full SHA for 654f4a0
refactor(git): simplify tag logic
bearomorphism
authored and
Lee-W
committed
af50d85
Copy full SHA for af50d85
refactor(bump): eliminate similar patterns in code
bearomorphism
authored and
Lee-W
committed
303d2eb
Copy full SHA for 303d2eb
perf(bump): avoid unnecessary list construction and rename variable to avoid confusion
bearomorphism
authored and
Lee-W
committed
2966cf9
Copy full SHA for 2966cf9
refactor(bump): use any to replace 'or' chain
bearomorphism
authored and
Lee-W
committed
7735755
Copy full SHA for 7735755
style(cli): rename kwarg to values
bearomorphism
authored and
Lee-W
committed
150b35d
Copy full SHA for 150b35d
style(cli): more specific type ignore
bearomorphism
authored and
Lee-W
committed
c49a55c
Copy full SHA for c49a55c
style(changelog): add TODO to fixable type ignores
bearomorphism
authored and
Lee-W
committed
8e9d40f
Copy full SHA for 8e9d40f
refactor: remove unnecessary bool() and remove Any type from TypedDict get
bearomorphism
authored and
Lee-W
committed
48f06e3
Copy full SHA for 48f06e3
refactor(bump): improve readability and still bypass mypy check
bearomorphism
authored and
Lee-W
committed
15a0900
Copy full SHA for 15a0900
style(changelog): rename parameter for consistency
bearomorphism
authored and
Lee-W
committed
b9a181c
Copy full SHA for b9a181c
fix(Check): make parameters backward compatiable
bearomorphism
authored and
Lee-W
committed
b04ebdf
Copy full SHA for b04ebdf
docs(bump): comment on a stupid looking pattern
bearomorphism
authored and
Lee-W
committed
e9758e1
Copy full SHA for e9758e1
Pagination
Previous
Next
You can’t perform that action at this time.