You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
As I'm going through the code after reading this, I'm not sure I understand the following bit:
if flag inplace; then
BRANCH="$(git_current_branch)"
The git_current_branch is not correct, the in-place release should release the develop branch, not the branch you are currently on, according to the original issue #133 and that means it would never have to merge back in the develop branch but it actually should merge in the master branch. Argh, so much going through my head that I created a separate issue #22 for this bit.
In your case, I always read the model as follows:
Master is production ready
Release branch if for Release Candidates.
And I would handle it as follow:
Hello,
I wonder if the in-place release should be merge with the develop branch.
My use case is the following:
Or maybe a subcommande
candidate()
to tag the rc but do not merge in the develop branch?Regards.
The text was updated successfully, but these errors were encountered: