We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9ac03 commit 400c011Copy full SHA for 400c011
UPGRADE.md
@@ -64,7 +64,7 @@ These two scenarios should make it easy to get the same result as before:
64
Remove ``includeProjectNameInTag`` or ``tagPrefix`` and add
65
```
66
release {
67
- tagTemplate = "something-${version}"
+ tagTemplate = 'something-$version'
68
}
69
70
@@ -76,7 +76,7 @@ Remove ``includeProjectNameInTag`` or ``tagPrefix`` and add
76
77
78
79
- tagTemplate = "${name}-${version}"
+ tagTemplate = '$name-$version'
80
81
82
0 commit comments