Skip to content

Commit 2871fe6

Browse files
authored
- when publishing assets, append .zip to the end of asset name (#971)
- automatically generate release notes
1 parent 5714f97 commit 2871fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/logs_monitoring/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,10 @@ prod_asset_push() {
261261
# Create a GitHub release
262262
log_info "Releasing aws-dd-forwarder-${FORWARDER_VERSION}, targetting commit ${GIT_COMMIT}, to GitHub..."
263263

264-
gh release create "aws-dd-forwarder-${FORWARDER_VERSION}" "${BUNDLE_PATH}#aws-dd-forwarder-${FORWARDER_VERSION}" \
264+
gh release create "aws-dd-forwarder-${FORWARDER_VERSION}" "${BUNDLE_PATH}#aws-dd-forwarder-${FORWARDER_VERSION}.zip" \
265265
--title "aws-dd-forwarder-${FORWARDER_VERSION}" \
266266
--target "${GIT_COMMIT}" \
267-
--draft
267+
--generate-notes
268268

269269
# Set vars for use in the installation test
270270
TEMPLATE_URL="https://${BUCKET}.s3.amazonaws.com/aws/forwarder/latest.yaml"

0 commit comments

Comments
 (0)