-
Notifications
You must be signed in to change notification settings - Fork 663
Description
NB: This is not a problem with gitversion-the-software, but it sure did take me long to find out why gitversion wasn't updating.
Starting this off: Gitversion gave different numbers locally and in my github job.
Reading the FAQ:
Well, then I clicked the link and on that page I saw:
And I knew that I had God damn well tagged my commits.
So I went to the issue tracker and, yeah, there were issues about tags not being tracked - closed issues, by people who had resolved their problems, so ... probably not an issue with gitversion-the-software?
And then I read up on git tags (which I have never used before getting into gitversion) and found out that git push does not transfer tags, which explains the whole thing.
But it would have been nice to read that in the FAQ on gitversion. It happened to me - it could happen to others.

