-
• #2
Yeah, it's a bit difficult. I've been trying to tag here but I keep forgetting (and haven't pushed the tags anyway) - however if you have the build, just run it and type
process.env.GIT_COMMIT
(although that only works for the last few versions).Otherwise, you can get a rough idea by doing
git blame ChangeLog
and finding the git commit nearest the top of the version tag you want. Then the actual build will be a little bit before that.
Hi,
is there any place to lookup the commit hash for a certain build number?Github allows for version tags, but that seems not be used.
I tried the build date from the binaries, but pciking the correct commit is a bit fuzzy that way
Best
Stev