Skip to content

Different result past version 6 #4310

Closed Answered by Dunge
Dunge asked this question in Q&A
Nov 13, 2024 · 2 comments · 8 replies
Discussion options

You must be logged in to vote

I found my answer by reading the document here:

https://github.com/GitTools/GitVersion/blob/main/BREAKING_CHANGES.md

(This should definitely be part of the documentation website, it's extremely hard to find).

I had two problems:

  1. GitVersionConfig.yaml stopped being used. The config file should now be named GitVersion.yml
  2. A new settings called semantic-version-format was introduced and set to Strict by default which prevent tags with only two digits to be used. For example 3.141 isn't valid, but 3.141.0 is. Setting it to Loose brought back the old behavior.

@HHobeck This is the kind of changes you should be aware of and refer to users when they have problem instead of saying "read the doc…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@Dunge
Comment options

@HHobeck
Comment options

@HHobeck
Comment options

@Dunge
Comment options

@HHobeck
Comment options

Comment options

You must be logged in to vote
1 reply
@Dunge
Comment options

Answer selected by Dunge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants