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
defaults.py
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
refactor(get_tag_regexes): dedup tag regexes definition
noirbizarre
committed
5306cbf
View commit details
Copy full SHA for 5306cbf
View code at this point
Browse repository at this point
Commits on Nov 26, 2024
style: fix ruff warned style
Lee-W
committed
bb2f8a7
View commit details
Copy full SHA for bb2f8a7
View code at this point
Browse repository at this point
Commits on Nov 10, 2024
refactor(defaults): disallow style as None
Lee-W
committed
632ab4f
View commit details
Copy full SHA for 632ab4f
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
refactor: Use format strings
Show description for 916b5aa
2 people
authored and
woile
committed
916b5aa
View commit details
Copy full SHA for 916b5aa
View code at this point
Browse repository at this point
fix(changelog): Factorized TAG_FORMAT_REGEXES
grahamhar
authored and
woile
committed
ca3865f
View commit details
Copy full SHA for ca3865f
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
feat(config_files): add suport for "cz.toml" config file
marcosdotme
authored and
Lee-W
committed
4bf8ca6
View commit details
Copy full SHA for 4bf8ca6
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
fix: resolve test error by removing defaults
kevin1kevin1k
authored and
Lee-W
committed
8884a1f
View commit details
Copy full SHA for 8884a1f
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 Mar 30, 2024
refactor(defaults): move cz_conventional_commit defaults out of defaults.py
itinghung
authored and
Lee-W
committed
7b49f8a
View commit details
Copy full SHA for 7b49f8a
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 Oct 18, 2023
feat(formats): expose some new customizable changelog formats on the `commitizen.changelog_format` endpoint (Textile, AsciiDoc and RestructuredText)
noirbizarre
authored and
Lee-W
committed
212b6d6
View commit details
Copy full SHA for 212b6d6
View code at this point
Browse repository at this point
feat(template): allow to override the template from cli, configuration and plugins
Show description for 7306fa9
noirbizarre
authored and
Lee-W
committed
7306fa9
View commit details
Copy full SHA for 7306fa9
View code at this point
Browse repository at this point
Commits on Oct 17, 2023
style(ruff): enable `pyupgrade` (`UP`) rules and fix them all
noirbizarre
authored and
Lee-W
committed
a48d263
View commit details
Copy full SHA for a48d263
View code at this point
Browse repository at this point
Commits on Oct 14, 2023
fix(bump): add bump support with custom type + scope + exclamation mark
Show description for 8f19b24
jmattheis
authored and
Lee-W
committed
8f19b24
View commit details
Copy full SHA for 8f19b24
View code at this point
Browse repository at this point
Commits on Sep 5, 2023
feat(defaults.py): add always_signoff config option for commits
Show description for 80d0811
schlotter
authored and
Lee-W
committed
80d0811
View commit details
Copy full SHA for 80d0811
View code at this point
Browse repository at this point
Commits on Aug 1, 2023
refactor(defaults.py): use variables in `DEFAULT_SETTINGS`
Show description for f3ed157
adam-grant-hendry
authored and
Lee-W
committed
f3ed157
View commit details
Copy full SHA for f3ed157
View code at this point
Browse repository at this point
feat(unicode): add unicode support
Show description for 407af3a
adam-grant-hendry
authored and
Lee-W
committed
407af3a
View commit details
Copy full SHA for 407af3a
View code at this point
Browse repository at this point
Commits on Jul 15, 2023
refactor: Make tag_format properly default to $version
Show description for c504419
robertschweizer
authored and
Lee-W
committed
c504419
View commit details
Copy full SHA for c504419
View code at this point
Browse repository at this point
Commits on Jun 25, 2023
fix(typing): no_raise is declared as optional
Lotram
authored and
Lee-W
committed
3b9b4fd
View commit details
Copy full SHA for 3b9b4fd
View code at this point
Browse repository at this point
chore(check): add customizable allowed prefixes
Show description for a5802cf
Lotram
authored and
Lee-W
committed
a5802cf
View commit details
Copy full SHA for a5802cf
View code at this point
Browse repository at this point
Commits on Jun 6, 2023
feat(version-schemes): expose `version_schemes` as a `commitizen.scheme` endpoint.
Show description for 73eafc7
noirbizarre
committed
73eafc7
View commit details
Copy full SHA for 73eafc7
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
style: import anntations __future__ and replace Optional, List, Unino to their new counterpart
Lee-W
committed
54e8ca5
View commit details
Copy full SHA for 54e8ca5
View code at this point
Browse repository at this point
Commits on Apr 28, 2023
fix(bump): better match for change_type when finding increment
Show description for 9211505
woile
committed
9211505
View commit details
Copy full SHA for 9211505
View code at this point
Browse repository at this point
fix(changelog): breaking change on additional types for conventional commits
woile
committed
8bfc98d
View commit details
Copy full SHA for 8bfc98d
View code at this point
Browse repository at this point
fix(bump): breaking changes on additional types for conventional commits
woile
committed
e37c0a9
View commit details
Copy full SHA for e37c0a9
View code at this point
Browse repository at this point
Commits on Apr 25, 2023
feat: make `major_version_zero` customizable by third parties
Show description for 6096b68
woile
committed
6096b68
View commit details
Copy full SHA for 6096b68
View code at this point
Browse repository at this point
Commits on Apr 23, 2023
fix: small corrections and clean up
woile
committed
b3205d1
View commit details
Copy full SHA for b3205d1
View code at this point
Browse repository at this point
feat(init): add new settings
woile
committed
eacc8ba
View commit details
Copy full SHA for eacc8ba
View code at this point
Browse repository at this point
feat: add semver support through version provider new api (#686)
Show description for 467fa3c
Apkawa
authored and
woile
committed
467fa3c
View commit details
Copy full SHA for 467fa3c
View code at this point
Browse repository at this point
feat(changelog): add merge_prereleases flag
Moritz Böhme
authored and
woile
committed
be82f82
View commit details
Copy full SHA for be82f82
View code at this point
Browse repository at this point
feat(providers): add a `commitizen.provider` endpoint for alternative versions providers
noirbizarre
authored and
woile
committed
2dc669c
View commit details
Copy full SHA for 2dc669c
View code at this point
Browse repository at this point
Commits on Mar 12, 2023
build(poetry): drop `typing-extensions` dependency for Python >= 3.8
jakob-keller
committed
60403a5
View commit details
Copy full SHA for 60403a5
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
feat(bump): support prereleases with start offset
Show description for 583c7dd
ckagerer
authored and
Lee-W
committed
583c7dd
View commit details
Copy full SHA for 583c7dd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.