Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit bd0e072

Browse files
committed
chore: Add changelog link to GitHub releases, Fix release title
1 parent 94a4366 commit bd0e072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec_push_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ phases:
3131
- echo $DPL_FILE_FLAGS
3232

3333
# Create a GitHub release for the new version
34-
- dpl --provider=releases --skip-cleanup --api_key=$GITHUB_TOKEN --target_commitish=$GIT_COMMIT_ID --name='img2lambda $NEW_VERSION' --repo=awslabs/aws-lambda-container-image-converter $DPL_FILE_FLAGS
34+
- dpl --provider=releases --skip-cleanup --api_key=$GITHUB_TOKEN --target_commitish=$GIT_COMMIT_ID --name="img2lambda $NEW_VERSION" --repo=awslabs/aws-lambda-container-image-converter $DPL_FILE_FLAGS --body="See the [changelog](CHANGELOG.md) for details about the changes included in this release."
3535
finally:
3636
- rm -f .git/credentials

0 commit comments

Comments
 (0)