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

Commit

Permalink
chore: Add changelog link to GitHub releases, Fix release title
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jul 7, 2020
1 parent 94a4366 commit bd0e072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec_push_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ phases:
- echo $DPL_FILE_FLAGS

# Create a GitHub release for the new version
- 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
- 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."
finally:
- rm -f .git/credentials

0 comments on commit bd0e072

Please sign in to comment.