-
We currently cut 0.x releases from the master branch, but once we start releasing X.y, we will need to be able to patch and apply security fixes and create X.y + 1. There are (at least) two possible layouts for this:
Open questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Side note that I think is worth documenting here. An interesting consequence of the off- I believe this auto detection mechanism is useful to keep going forward so we should probably think of not breaking it for our main development branch. A solution may be to tag the exact commit at which we branch off for a new release branch. |
Beta Was this translation helpful? Give feedback.
-
That's a very good point, if we've just merged some changes to two release branches (say 1 and 2), would |
Beta Was this translation helpful? Give feedback.
-
@jumaffre @eddyashton so to close on this, I suggest we go with option 1 for 1.0. The plan for 1.0 would be to:
How does that sound? If we decide we have a better way to do this by the time 2.0 comes around (~October), we can always change then. |
Beta Was this translation helpful? Give feedback.
@jumaffre @eddyashton so to close on this, I suggest we go with option 1 for 1.0.
The plan for 1.0 would be to:
release-1
branchccf-1.0
tag from itrelease-1
How does that sound?
If we decide we have a better way to do this by the time 2.0 comes around (~October), we can always change then.