Improve documentation around version strategies#4220
Improve documentation around version strategies#4220arturcic merged 10 commits intoGitTools:mainfrom selfdocumentingcode:docs/some-fixes
Conversation
This one is actually used, and we have tests that check the content of the |
| { "SourceFiles", context.MakeAbsolute(Paths.Src) + "/**/{!bin,!obj,!packages,!*.Tests,!GitTools.*,}/**/*.cs" }, | ||
| { "Title", "GitVersion" }, | ||
| { "IncludeGlobalNamespace", false }, | ||
| { "IgnoreFolders", "**/mdsource" } |
|
I see. That feature is not mentioned anywhere in the readme file nor did any tests failed after removing it. I will, of course, remove the change from the PR. Edit: @arturcic I am right to assume that for this particular change I'm making to the |
Yes, please update the source file instead, as the |
|
@HHobeck can you check the changes for the documentations? |
Yes, I try to do the review tomorrow. |
Updated the configuration documentation to specify that the order in which version strategies are specified does not matter.
Sure! Check my latest commits. |
|
@HHobeck if there are no additional changes that need to be added, please merge this PR |
Not sure why just the auto merge option is shown |
Description
MainlineandTrackReleaseBranchesversion strategiesTrunkBasedstrategy listing withMainlinedocs\readme.mebuild instructions to use correct target name for docs previewRelated Issue
#4219
Motivation and Context
I'm trying to understand how GitVersion works and the documentation makes it difficult at times.
How Has This Been Tested?
I built and ran a preview of /docs locally.
Checklist: