-
Notifications
You must be signed in to change notification settings - Fork 654
Improve documentation around version strategies #4220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This one is actually used, and we have tests that check the content of the |
build/docs/BuildLifetime.cs
Outdated
@@ -25,8 +25,7 @@ public override void Setup(BuildContext context, ISetupContext info) | |||
{ "BaseEditUrl", "https://github.com/gittools/GitVersion/tree/main/docs/input/" }, | |||
{ "SourceFiles", context.MakeAbsolute(Paths.Src) + "/**/{!bin,!obj,!packages,!*.Tests,!GitTools.*,}/**/*.cs" }, | |||
{ "Title", "GitVersion" }, | |||
{ "IncludeGlobalNamespace", false }, | |||
{ "IgnoreFolders", "**/mdsource" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be kept
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May I ask you to document this? #4248
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 |
I disabled auto-merge, but because there are some required actions (that are not run because only docs where changed) it's in pending state, so I will just merge |
Thank you @selfdocumentingcode for your contribution! |
🎉 This issue has been resolved in version 6.0.3 🎉 Your GitReleaseManager bot 📦🚀 |
Description
Mainline
andTrackReleaseBranches
version strategiesTrunkBased
strategy listing withMainline
docs\readme.me
build 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: