-
Notifications
You must be signed in to change notification settings - Fork 559
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
Support for hotfixes? #539
Comments
Another example of something that would be well-served by #537 . |
I don't think it's a common-enough use-case to go into the core spec, but some projects have good reason to make the distinction between fixes-that-can-wait and fixes-that-need-to-go-in-now. So I can see at least two good reasons to have a
|
For me, a hotfix only ever increments the patch version, based on gitflow. I think it's used by enough software developers/teams that it would be a great fit inthe core spec |
Right, which means you at most want the 1st semantic I mentioned, and never the 2nd. That makes it more like a If I was designing a CCRFI for this, I'd make the 2nd semantic optional. For example, I might propose that tools by default treat Re: core spec fit: I agree that hotfixes are a very common distinction for teams to make in their commits, and if Conventional Commits was a "thicker" spec, I'd agree that |
Lets see what the repo owner/maintainers say. |
What should we do for a hotfix? Use
fix
? Or can we have a specifichotfix
type added?The text was updated successfully, but these errors were encountered: