File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
builds/apiReferences/kotlinx/io Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ object BuildParams {
4
4
const val KOTLINX_COROUTINES_RELEASE_TAG = " 1.9.0-RC"
5
5
const val KOTLINX_SERIALIZATION_RELEASE_TAG = " v1.7.3"
6
6
const val KOTLINX_DATETIME_RELEASE_TAG = " v0.6.0"
7
- const val KOTLINX_IO_RELEASE_TAG = " 0 .5.4"
7
+ const val KOTLINX_IO_RELEASE_TAG = " v0 .5.4" // @ToDo: after 0.6.0 use tag without "v" prefix
8
8
const val KOTLIN_RELEASE_TAG = " v2.0.20"
9
9
10
10
const val SEARCH_APP_ID = " 7961PKYRXV"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ object KotlinxIOBuildApiReference : BuildType({
17
17
artifactRules = " build/dokka/htmlMultiModule/** => pages.zip"
18
18
19
19
params {
20
- param("release.tag", KOTLINX_IO_RELEASE_TAG )
20
+ param("release.tag", KOTLINX_IO_RELEASE_TAG .removePrefix("v") )
21
21
}
22
22
23
23
vcs {
You can’t perform that action at this time.
0 commit comments