Skip to content

Releases: Nasdaq/semver-git

Patch for git abbreviation length

17 Jan 07:18

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

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

Choose a tag to compare

2.2.3

Task.leftShift(Closure) method has been deprecated in Gradle 3.0 and …

Use project dir in getGitVersion

07 Mar 12:00

Choose a tag to compare

Merge pull request #2 from zombiedev/project-dir

use project dir in getGitVersion