Skip to content

Commit 400c011

Browse files
committed
Fix Upgrade instructions
1 parent fb9ac03 commit 400c011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UPGRADE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ These two scenarios should make it easy to get the same result as before:
6464
Remove ``includeProjectNameInTag`` or ``tagPrefix`` and add
6565
```
6666
release {
67-
tagTemplate = "something-${version}"
67+
tagTemplate = 'something-$version'
6868
}
6969
```
7070

@@ -76,7 +76,7 @@ Remove ``includeProjectNameInTag`` or ``tagPrefix`` and add
7676

7777
```
7878
release {
79-
tagTemplate = "${name}-${version}"
79+
tagTemplate = '$name-$version'
8080
}
8181
```
8282

0 commit comments

Comments
 (0)