Skip to content

Commit acec687

Browse files
committed
Set version & path to release on pre-release branch in bumpDocVersionInReadme task
1 parent edc5aa1 commit acec687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/bump-doc-version-in-readme.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def docVersion
1010
def docPath
1111

1212

13-
if (version.type == RELEASE) {
13+
if (version.type in [RELEASE, PRE_RELEASE]) {
1414
docVersion = releaseDocVersion
1515
docPath = releaseDocPath
1616
} else {

0 commit comments

Comments
 (0)