Maybe we need to reintroduce staging branches for minor versions that hold the accumulated backports from the newer releases.
Then, when we decide to release a patch, git checkout release/v8.0 && git reset --hard origin/staging/v8.0
.
Maybe we need to reintroduce staging branches for minor versions that hold the accumulated backports from the newer releases.
Then, when we decide to release a patch, git checkout release/v8.0 && git reset --hard origin/staging/v8.0
.
It sounds good!