Skip to content

Releases: Nasdaq/semver-git

Patch for git abbreviation length

17 Jan 07:18
Compare
Choose a tag to compare

Newer versions of git will report the abbreviation of the revision hash with a dynamic number of letters. This may cause problems for teams mixing different git versions. Patch specifies an abbreviation length of 7 (the git default).

Git describe passthrough arguments

13 Dec 19:59
Compare
Choose a tag to compare

semver-git now accepts pass-through arguments for "git describe" so that tags may be filtered.

Remove deprecated construct

04 Apr 15:06
Compare
Choose a tag to compare
Task.leftShift(Closure) method has been deprecated in Gradle 3.0 and …

…is scheduled to be removed in Gradle 5.0

Use project dir in getGitVersion

07 Mar 12:00
Compare
Choose a tag to compare
Merge pull request #2 from zombiedev/project-dir

use project dir in getGitVersion