Replies: 1 comment
-
You don't need to set it to master, that's the default so you should be fine there. As for releasing patches from another branch I'm not sure that's a use case auto really supports. How do merges between the branches work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm in the process of setting up auto for a project that makes releases from two different branches: new major & minor versions are released from
master
, while new patch versions are released frommaint
. How do I properly configureauto
to handle this? I havebaseBranch
set tomaster
. ShouldversionBranches
be set to something? The documentation on that configuration option is incredibly lacking.Beta Was this translation helpful? Give feedback.
All reactions