Open antongolub opened 4 years ago
@musaabal-okaidi I cannot promise that we will fix it quickly. Vacation season, lack of resources.
No worries. I've changed the release to run from the develop
branch. I'm also considering switching from Gitflow to GitHub Flow as it seems more fitting for us. And with GitHub Flow there's only master
without develop
so we won't have to merge twice.
However; it's still good to add this feature to multi-semantic-release
for anyone strictly adhering to Gitflow. We might start using multi-semantic-release
for other repos that use Gitflow.
During testing, I've been branching off
master
then merging straight back intomaster
just to save time and that all worked well.When I came to do my final test by following the actual process which is branch off
develop
then merge back todevelop
then when we have a set of features ready we'll mergedevelop
tomaster
I noticed that when I runmulti-semantic-release
onmaster
it doesn't pick up the merge commits. Would you be able to resolve this issue as well?Originally posted by @musaabal-okaidi in https://github.com/dhoulb/multi-semantic-release/issues/20#issuecomment-662383282