Closed bernot-dev closed 8 months ago
I released from the main
branch before. It is frail because subsequent patches will need a release branch, but it makes life easier at the moment. Do we want maybe both or are we sure we want to lock it down to release branches?
Yeah, maybe we should do both so the first tag of a release is an ancestor of main
.
With releases from main
:
main
history.With releases only from release/
branches:
main
.I'll make that change.
In addition to releasing from
main
, release on release branches.