Skip to content

Commit 333e47a

Browse files
committed
debugging
1 parent 7da91c1 commit 333e47a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release-readiness.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
if [ "$SDK_BRANCH" == "$SMITHY_KOTLIN_BRANCH" ]; then
5454
cd ../aws-sdk-kotlin
5555
git fetch origin
56-
echo "grepping diff"
57-
export SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
58-
echo "diff grepped"
56+
SMITHY_KOTLIN_VERSION_BUMP=$(git diff origin/main -- gradle/libs.versions.toml | grep -E "smithy-kotlin-runtime-version|smithy-kotlin-codegen-version")
5957
6058
if [ "$SMITHY_KOTLIN_VERSION_BUMP" != 0 ]; then
61-
echo "::error ::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
59+
echo "::error::Matching smithy-kotlin and aws-sdk-kotlin branches but no smithy-kotlin version bump"
6260
exit 1
61+
else
62+
echo "::notice::Matching smithy-kotlin and aws-sdk-kotlin branches with smithy-kotlin version bump detected"
6363
fi
6464
fi
6565

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ atomicfu-version = "0.25.0"
1212
binary-compatibility-validator-version = "0.16.3"
1313

1414
# smithy-kotlin codegen and runtime are versioned separately
15-
smithy-kotlin-runtime-version = "1.4.15"
16-
smithy-kotlin-codegen-version = "0.34.15"
15+
smithy-kotlin-runtime-version = "1.4.16"
16+
smithy-kotlin-codegen-version = "0.34.16"
1717

1818
# codegen
1919
smithy-version = "1.53.0"

0 commit comments

Comments
 (0)