Skip to content

Commit fba97b0

Browse files
committed
refactor(teamcity): improve version management and branch handling
- Use `VCS.branch` for consistent branch references instead of hardcoded strings - Add `projectTitle` parameter for more flexible `ReferenceProject` initialization
1 parent d962ba4 commit fba97b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/BuildParams.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object BuildParams {
4242

4343
val KGP_REFERENCE = KotlinGradleAPI {
4444
addVersion("2.1.0", VCS.tag("v2.1.0"))
45-
addVersion("2.1.20", VCS.branch("rrr/2.1.20/yahor/fix-api-reference-version-selector"))
45+
addVersion("2.1.20", VCS.branch("whyoleg/dokka2-sync"))
4646
}
4747

4848
val API_COMPOSE = ComposeMultiplatformCore {

0 commit comments

Comments
 (0)