v1.17.0-beta4: Now with fixed version numbers #376
Xe
announced in
Announcements
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today I learned that if you have two tags pointing to the same commit in Git and your git version detection logic is the output of
git describe --tags --dirty
, git will return the first tag and not the second. So in order to actually bump the version number in that detection logic, you need to push a dummy commit in order for that version number to actually change.Aren't computers grand?
What's Changed
Full Changelog: v1.17.0-beta1...v1.17.0-beta4
This discussion was created from the release v1.17.0-beta4: Now with fixed version numbers.
Beta Was this translation helpful? Give feedback.
All reactions