Discussion:
How to do automagic build numbers with git?
Caio Chassot
2010-01-22 23:57:37 UTC
Permalink
How do we do something like that with git? Any ideas? I want there to be "nightly builds" at some point, and having some sort of number that increments with each commit would help out enormously.
I know it's a pain, but I'd like to see the git hash key somewhere easily visible. for the build number, can you use the date/time of the last commit mashed into a long string? e.g. 201001022195439
That's what I'd suggest too.

Loading...