-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[FEATURE] : create hotfix on previous version #241
Comments
This is now easier to implement since tag are now sorted in SemVer order instead of date. Use caseThe git log below show a
We should be able to produce a hotfix tag doing the following:
Implementation notes
|
As another reference, semantic-release is a popular way to manage releases from conventional commits, and their workflow is described here: https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow/maintenance-releases |
I'm confused - I'm looking for this feature as well, and it seems to be missing in Cocogitto. But then there is documentation for for hotfix in Bump Profiles: https://docs.cocogitto.io/guide/#bump-hooks |
@mofojed bump profile allow you to run arbitrary command pre and post cocogitto release. That said hotfix is not a builtin cocogitto command yet. |
Is your feature request related to a problem? Please describe.
With the current version of cocogitto it's not possible to make a hotfix on a previous version. For example, if my acceptance environnement is on 6.8 version and my preproduction / production versions are on 6.7 i can't make a 6.7.1 version only 6.8.1.
It is really frustrating to have to make those fixes by hand when you have a production issue and you need to be as fast as you can.
Describe the solution you'd like
It would be super nice to be able to hotfix previous version(s)
The text was updated successfully, but these errors were encountered: