-
|
Hello All, We use simple TrunkBased/preview1 workflow with the default configuration and the following branches:
We develop on main and merging everything based on PR. If I merge to main from a feature or hotfix on the local PC using native git commands, version increments on main works as expected (etc. 1.1.0 or 1.0.1 based on branch being merged). However, if I merge using PR (no-ff) in Azure pipelines then version doesn't inherit from the source branch. Similar topics already posted #3800 or #1579 Gitversion.xml = default config based on docu > https://gitversion.net/docs/reference/configuration workflow:TrunkBased/preview1
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi there. What is the question? |
Beta Was this translation helpful? Give feedback.
Yes, it has to do with how the PR message in AzureDevops is created. Please see the following discussion:
See also discussion in the Developer Community: