Combine Pull Request numbers with build number #4354
-
Up until now, we've been using some custom logic to append the build number to the version GitVersion calculates for Pull Request builds. This is to ensure that force pushes to feature branches (which I do all the time) still result in uniquely versioned NuGet packages. So, in the case of Fluent Assertions, a build for PR #2901 with build number |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Interesting, what version of GitVersion you are using and what workflow? Have you customized the configuration? The question is a little bit out of scope: How do you ensure the namespace and assembly integrity in you projects? Maybe you can mention the NsDepCop project in your talk. |
Beta Was this translation helpful? Give feedback.
Because I want to know if you are working with a 6.x version or not. The following discussion goes in the same direction:
At the moment overruling the
CommitsSinceVersionSource
is not possible.