We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5020c7 commit e690ea7Copy full SHA for e690ea7
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 6.2.0
4
+
5
+##### Features
6
+- add new placeholders
7
+ - `${describe.tag.version.patch.plus.describe.distance}`
8
+ - `${describe.tag.version.patch.next.plus.describe.distance}`
9
+ - `${describe.tag.version.label.plus.describe.distance}`
10
+ - `${describe.tag.version.label.next.plus.describe.distance}`
11
12
13
## 6.2.0
14
15
##### Features
build.gradle
@@ -12,7 +12,7 @@ plugins {
}
group 'me.qoomon'
-version '6.2.0'
+version '6.3.0'
16
sourceCompatibility = JavaVersion.VERSION_1_8
17
targetCompatibility = JavaVersion.VERSION_1_8
18
0 commit comments