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
Heya, we are trying to implement a workflow, where we create cuts from main branch as hotfixes and merge them back into main.
Our workflow looks like this:
We create a hotfix branch from main,
We perform some changes in hotfix branch, each change (commit) generates a new version using ManualDeployment mode which results in version like: 1.3.0-hotfix.1,
We merge hotfix branch into main expecting that version from hotfix branch will be passed to it.
When we merge hotfix branch into main it actually does not pass generated version in hotfix branch, it simply returns 1.3.0, how can we solve this? We are out of our minds trying to get this done, but seems like there is a no go, we will be grateful for any insights.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Heya, we are trying to implement a workflow, where we create cuts from main branch as hotfixes and merge them back into main.
Our workflow looks like this:
Our configuration looks this way:
When we merge hotfix branch into main it actually does not pass generated version in hotfix branch, it simply returns 1.3.0, how can we solve this? We are out of our minds trying to get this done, but seems like there is a no go, we will be grateful for any insights.
Beta Was this translation helpful? Give feedback.
All reactions