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
INFO [08/16/21 13:39:28:47] No branch configuration found for branch tags/v1.5.0, falling back to default configuration
INFO [08/16/21 13:39:28:47] Begin: Attempting to inherit branch configuration from parent branch
INFO [08/16/21 13:39:28:48] HEAD is merge commit, this is likely a pull request using tags/v1.5.0 as base
INFO [08/16/21 13:39:28:50] Begin: Finding branch source of 'tags/v1.5.0'
INFO [08/16/21 13:39:28:50] Begin: Finding merge base between 'tags/v1.5.0' and 'develop'.
When checking out a tag, I want to be able to build the exact same version.
This is working if the commit in master is a merge from hotfix/MyHotfixBranch.
However, if the commit is a merge from e.g. release/3.3.2, the version is incremented. I tried this with several tags, and it seems consistent.
Is this a bug or is there something wrong with my config?
Unwanted Version Increment:
Working:
Config:
The text was updated successfully, but these errors were encountered: