Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
unleashed
/
commitizen
Public
forked from
commitizen-tools/commitizen
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
commitizen
commitizen
commands
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 2, 2025
feat(tags): adds `legacy_tag_formats` and `ignored_tag_formats` settings
noirbizarre
committed
74554c2
View commit details
Copy full SHA for 74554c2
View code at this point
Browse repository at this point
Commits on Feb 18, 2025
fix(bump): manual version bump if prerelease offset is configured
Show description for d831c99
ckagerer
authored and
Lee-W
committed
d831c99
View commit details
Copy full SHA for d831c99
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
refactor(bump): rename --empty as --allow-no-commit
Lee-W
committed
685e4ee
View commit details
Copy full SHA for 685e4ee
View code at this point
Browse repository at this point
feat: draft of the --empty parameter
12rambau
authored and
Lee-W
committed
6327544
View commit details
Copy full SHA for 6327544
View code at this point
Browse repository at this point
Commits on Jan 30, 2025
style: fix formatting for `ruff>=0.9`
noirbizarre
authored and
Lee-W
committed
e6dcdbc
View commit details
Copy full SHA for e6dcdbc
View code at this point
Browse repository at this point
Commits on Jan 26, 2025
fix(get-next-bump): fix to permit usage of --get-next options even when update_changelog_on_bump is set to true
Lowaiz
authored and
Lee-W
committed
ed8f083
View commit details
Copy full SHA for ed8f083
View code at this point
Browse repository at this point
Commits on Dec 6, 2024
feat(commit): allow '-- --allow-empty' to create empty commits
Show description for 636a069
AdrianDC
authored and
Lee-W
committed
636a069
View commit details
Copy full SHA for 636a069
View code at this point
Browse repository at this point
Commits on Nov 16, 2024
fix(commit): avoid warnings with 'always_signoff' configuration
Show description for 18e4928
AdrianDC
authored and
Lee-W
committed
18e4928
View commit details
Copy full SHA for 18e4928
View code at this point
Browse repository at this point
fix(commit): resolve 'always_signoff' configuration and '-s' CLI issues
Show description for 26be522
AdrianDC
authored and
Lee-W
committed
26be522
View commit details
Copy full SHA for 26be522
View code at this point
Browse repository at this point
Commits on Nov 10, 2024
style(check): fix mypy issues
Lee-W
committed
82db67d
View commit details
Copy full SHA for 82db67d
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
feat(commands/commit): add force-edit functionality after answering questions
Show description for 08a259d
josix
and
Lee-W
committed
08a259d
View commit details
Copy full SHA for 08a259d
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
fix(changelog): handle custom tag_format in changelog generation
Show description for db09538
grahamhar
authored and
woile
committed
db09538
View commit details
Copy full SHA for db09538
View code at this point
Browse repository at this point
Commits on Aug 11, 2024
feat(bump): add functionality to write the next version to stdout
Show description for 9e18b63
marcelblijleven
authored and
Lee-W
committed
9e18b63
View commit details
Copy full SHA for 9e18b63
View code at this point
Browse repository at this point
Commits on Jul 17, 2024
feat: add argument to limit length of commit message in checks
jwidauer
authored and
Lee-W
committed
be744f9
View commit details
Copy full SHA for be744f9
View code at this point
Browse repository at this point
Commits on May 22, 2024
style: sort import
Lee-W
committed
5a0053c
View commit details
Copy full SHA for 5a0053c
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
refactor(commands/commit): replace comparison with chained comparison
Lee-W
committed
106c294
View commit details
Copy full SHA for 106c294
View code at this point
Browse repository at this point
fix: strip the commit message for calculating length
kevin1kevin1k
authored and
Lee-W
committed
83cf451
View commit details
Copy full SHA for 83cf451
View code at this point
Browse repository at this point
refactor: check the length in Commit instead of Commitizen
kevin1kevin1k
authored and
Lee-W
committed
432431e
View commit details
Copy full SHA for 432431e
View code at this point
Browse repository at this point
feat: add an argument to limit the length of commit message
kevin1kevin1k
authored and
Lee-W
committed
88ef59b
View commit details
Copy full SHA for 88ef59b
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
feat(bump): `version_files` now support glob patterns (fix #1067) (#1070)
noirbizarre
authored
62c5cf2
View commit details
Copy full SHA for 62c5cf2
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
fix(command-init): "cz init" should list exisitng tag in reverse order
Ellie-Yen
authored and
Lee-W
committed
7c0e780
View commit details
Copy full SHA for 7c0e780
View code at this point
Browse repository at this point
style: refine coding style based on reviews
Lee-W
committed
b42a676
View commit details
Copy full SHA for b42a676
View code at this point
Browse repository at this point
refactor(commit): use Optional[str] instead of str | None
crai0
authored and
Lee-W
committed
e2644c9
View commit details
Copy full SHA for e2644c9
View code at this point
Browse repository at this point
refactor(commit): remove unused tempfile import
crai0
authored and
Lee-W
committed
0c95c16
View commit details
Copy full SHA for 0c95c16
View code at this point
Browse repository at this point
refactor(utils): move backup path creation to utils
crai0
authored and
Lee-W
committed
f1c1e57
View commit details
Copy full SHA for f1c1e57
View code at this point
Browse repository at this point
feat(commit): add retry_after_failure config option and --no-retry flag
crai0
authored and
Lee-W
committed
3212eaa
View commit details
Copy full SHA for 3212eaa
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
feat(changelog): adds a `changelog_release_hook` called for each release in the changelog (#1018)
noirbizarre
authored
f72828a
View commit details
Copy full SHA for f72828a
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
fix(changelog): include latest change when dry run and incremental
Show description for 3c9988a
woile
committed
3c9988a
View commit details
Copy full SHA for 3c9988a
View code at this point
Browse repository at this point
Commits on Mar 11, 2024
fix(changelog): changelog hook was not called on dry run
noirbizarre
authored and
woile
committed
267f374
View commit details
Copy full SHA for 267f374
View code at this point
Browse repository at this point
Commits on Mar 7, 2024
fix(bump): pre and post bump hooks were failing when an increment was provided (fix #1004)
noirbizarre
authored and
woile
committed
dd5dfed
View commit details
Copy full SHA for dd5dfed
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
feat(changelog): `changelog_message_build_hook` can remove message by returning a falsy value
noirbizarre
authored and
woile
committed
71a594d
View commit details
Copy full SHA for 71a594d
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
fix(bump): change --exact-increment to --increment-mode
Show description for f9a0e2b
chadrik
authored and
woile
committed
f9a0e2b
View commit details
Copy full SHA for f9a0e2b
View code at this point
Browse repository at this point
fix(bump): only get and validate commits if increment is not provided
Show description for c245b14
chadrik
authored and
woile
committed
c245b14
View commit details
Copy full SHA for c245b14
View code at this point
Browse repository at this point
feat(commands): add bump --exact
Show description for 1059556
chadrik
authored and
woile
committed
1059556
View commit details
Copy full SHA for 1059556
View code at this point
Browse repository at this point
fix: Improve type annotations
chadrik
authored and
woile
committed
ddab546
View commit details
Copy full SHA for ddab546
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.