GitTools / GitVersion

From git log to SemVer in no time
https://gitversion.net/docs/
MIT License
2.83k stars 648 forks source link

Allow specification of target SHA for dynamic repositories #387

Closed GeertvanHorrik closed 9 years ago

GeertvanHorrik commented 9 years ago

GitLink also supports target sha (a build might be running later and otherwise use a different commit to calculate the version). By default it should use the latest, otherwise it must use the specified commit SHA.

GeertvanHorrik commented 9 years ago

working on it.