Skip to content

Releases: qoomon/gradle-git-versioning-plugin

6.4.4

18 Aug 15:12

Choose a tag to compare

v6.4.4

build: update dependencies

6.4.3

17 Nov 16:21

Choose a tag to compare

  • Update dependencies

6.4.1

16 Feb 20:50

Choose a tag to compare

Fixes
  • threat empty circleCI environment variables as not set

6.4.0

24 Jan 14:53

Choose a tag to compare

Features
  • add option describeTagFirstParent option to disable follow first parent only

6.3.7

05 Dec 14:26

Choose a tag to compare

Features
  • add visible logging for relevant output
Fixes
  • ignore ci/cd environment if head SHA hash is not matching environment variable commit hash

6.3.6

09 Nov 16:42

Choose a tag to compare

v6.3.6

fix value of describe.tag.version placeholder

6.3.4

24 Oct 07:25

Choose a tag to compare

Fixes
  • Only register version task for the current project #97
  • Fix version pattern matcher. Ensure that matching groups are available. #96

6.3.3

17 Oct 17:06

Choose a tag to compare

Fixes
  • Fixes describe.tag.version.label #95

6.3.2

27 Sep 21:21

Choose a tag to compare

Fixes
  • Extend gitlab ci support for env var CI_MERGE_REQUEST_SOURCE_BRANCH_NAME

6.3.0

26 Jul 18:17

Choose a tag to compare

Features
  • add new placeholders
    • ${describe.tag.version.patch.plus.describe.distance}
    • ${describe.tag.version.patch.next.plus.describe.distance}
    • ${describe.tag.version.label.plus.describe.distance}
    • ${describe.tag.version.label.next.plus.describe.distance}