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
Is there a way to control major versions across multiple async release branches?
Problem:
We have stage1, stage2 branches. Each of these branches have divergent tags - stage1 have 1.x.x, stage2 have 2.x.x. So we will get error in CI if we bump stage1 tags up to next major version.
Solution:
Prevent major version bump via some team convention or via some check in multi-semantic-release.
Diverge versions via semver metadata (But 'two versions that differ only in the build metadata, have the same precedence') or some prefix (which is not very sem ver).
The text was updated successfully, but these errors were encountered:
Unfortunately, we do not use multi-branch releases at all. Therefore, it is difficult to say something meaningful or advise, sorry. If you have enough time to add a workaround, we'll be happy to accept your PR.
Is there a way to control major versions across multiple async release branches?
Problem:
We have
stage1
,stage2
branches. Each of these branches have divergent tags -stage1
have1.x.x
,stage2
have2.x.x
. So we will get error in CI if we bumpstage1
tags up to next major version.Solution:
multi-semantic-release
.The text was updated successfully, but these errors were encountered: