Release workflows #1643
niklaspandersson
started this conversation in
General
Replies: 2 comments 1 reply
|
My general approach to this has been to create the So I have created the 2.5.x branch now, please re-target the PR for anything you think should go into that, and we can figure out what is left before the release from there. |
1 reply
|
Writing it here in case anyone is curious, my steps for performing a release are to:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I would like to start a discussion on how we handle releases. Especially the practical workflow.
We are fortunate enough to be in a situation where there is actually quite a lot of activity in the repository. Apart from being super exciting, It also exposes the need for revising some of our workflows.
In the situation we're in now, releasing directly from master blocks the progress of new feature (that might not be mature enough to go into a release). Could we maybe create a separate branch for the release once we know which features we want to include, so that work on new features can continue on master. Instead of branching as part of the release?
If someone has suggestions of other workflows that we can use to allow for work to continue when a release is pending we can discuss that here as well.
All reactions