Skip to content

Commit 7f999b4

Browse files
Merging main into release
2 parents 5a30d40 + 3949900 commit 7f999b4

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "5a190de6-e9e5-4908-9bf9-62c34cf254f9",
3+
"type": "bugfix",
4+
"description": "Bump the **smithy-kotlin** version to pick up a [bugfix for Endpoint Discovery](https://github.com/smithy-lang/smithy-kotlin/pull/1240)",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#1413"
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "5fa3154d-1f42-4b98-9ad1-ef8ef1ad5fbc",
3+
"type": "feature",
4+
"description": "Improve the coding style of DynamoDB Mapper auto-generated schemas",
5+
"issues": [
6+
"https://github.com/awslabs/aws-sdk-kotlin/issues/1521"
7+
]
8+
}

.github/workflows/update-release-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ jobs:
9191
shell: bash
9292
run: |
9393
echo "merging main @ $main_sha into release @ $release_sha";
94+
95+
# Getting rid of the Gradle URL config changes caused by "Configure Gradle"
96+
git stash -- gradle/wrapper/gradle-wrapper.properties
97+
9498
git switch release;
9599
input_message=${{ inputs.commit_message }}
96100
message=${input_message:-"Merging main into release"}

0 commit comments

Comments
 (0)