File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Minor version bump check
2+ on :
3+ pull_request :
4+
5+ jobs :
6+ minor-version-bump-check :
7+ permissions : {}
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Minor version bump check
11+ uses : awslabs/aws-kotlin-repo-tools/.github/actions/minor-version-bump@main
Original file line number Diff line number Diff line change 44 */
55import aws.sdk.kotlin.gradle.dsl.configureJReleaser
66import aws.sdk.kotlin.gradle.dsl.configureLinting
7+ import aws.sdk.kotlin.gradle.dsl.configureMinorVersionStrategyRules
78import aws.sdk.kotlin.gradle.util.typedProp
89import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
910
@@ -109,6 +110,7 @@ val lintPaths = listOf(
109110)
110111
111112configureLinting(lintPaths)
113+ configureMinorVersionStrategyRules(lintPaths)
112114
113115// Binary compatibility
114116apiValidation {
Original file line number Diff line number Diff line change 22kotlin-version = " 2.2.0"
33dokka-version = " 2.0.0"
44
5- aws-kotlin-repo-tools-version = " 0.4.50 "
5+ aws-kotlin-repo-tools-version = " 0.4.54 "
66
77# libs
88coroutines-version = " 1.10.2"
You can’t perform that action at this time.
0 commit comments