Skip to content

Releases: qoomon/gradle-git-versioning-plugin

6.2.0

30 Jun 11:45
Compare
Choose a tag to compare
Features
  • add config option for projectVersionPattern to use special parts of the project version as placeholders e.g. ${version.environment}
  • add placeholder ${version.core} the core version component of ${version} e.g. '1.2.3'
    • ${version.release} is marked as deprecated

6.1.6

26 Jun 19:41
Compare
Choose a tag to compare
Fixes
  • handle lightweight tags
  • set ${version.minor.next} placeholders properly

6.1.4

10 Jun 06:35
Compare
Choose a tag to compare
Fixes
  • fix incompatibility with jre 8

6.1.3

10 Jun 06:35
Compare
Choose a tag to compare
Fixes
  • fix git describe tag selection, if multiple tags point to head

6.1.1

14 May 08:50
Compare
Choose a tag to compare
Fixes
  • do not consider project properties for command options anymore
  • prefer cli options e.g. -Dgit.ref=... over environment variables e.g. VERSIONING_GIT_REF=...)

6.0.0

08 May 15:03
Compare
Choose a tag to compare
Features
  • migrate to java 11
Fixes
  • migrate describeTagPattern config fields from Pattern to String
BREAKING CHANGES
  • drop support for java 8

5.2.0

18 Apr 14:30
Compare
Choose a tag to compare
Features
  • add additional version component placeholders (#182)
  • ${version.minor.prefixed} like ${version.minor} with version component separator e.g. '.2'
  • ${version.patch.prefixed} like ${version.patch} with version component separator e.g. '.3'
  • ${version.label} the version label of ${version} e.g. 'SNAPSHOT'
    • ${version.label.prefixed} like ${version.label} with label separator e.g. '-SNAPSHOT'

5.1.5

06 Feb 18:37
Compare
Choose a tag to compare
Fixes
  • replace deprecated class ConfigureUtil

5.1.3

12 Jan 14:57
Compare
Choose a tag to compare
Fixes
  • fix rootDirectory determination for sub working trees

5.1.2

03 Jan 14:36
Compare
Choose a tag to compare
Fixes
  • groovy add special properties_ field to work around groovy naming conflict of properties filed from groovy.lang.MetaClass