-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commitizen v4 #1073
Comments
Not sure whether we need to create a |
I'm thinking of splitting version_schemes into smaller modules. Make both version_schemes and providers pluggable |
good idea, to be in-line with providers, and it would be easier to find them
what do you mean? they are already plugins, right? |
ah, you're right. I forget it 🤦♂️ |
We should improve the templates to make it easier to extend |
Brainstorming a few ideas (doesn't mean that we need everything in the next major):
Given there is an autobump, maybe we can formalize a process to group new features and breaking changes together to reduce the bump of major/minor releases. Maybe using merge queues. I did not yet research what exists for that. |
Most of them look good. I would avoid relying on |
I also think #950 might be something we want to correctly handle but could potential be a breaking change due to the difference between python packaging versioning and semver |
Should we change this into a discussion and maybe create a few issues related to it? This looks more like a discussion instead of an issue to me |
We might also want to include this one #1209 |
@noirbizarre I just created a v4 branch. Also added some branch protection rule to this branch |
Description
Discuss and tracking breaking changes to include in the next major release.
Possible Solution
--version-type
Additional context
Should we release a major by breaking change or group them into a single major release ?
Additional context
No response
The text was updated successfully, but these errors were encountered: