Skip to content

Commit 5386fb6

Browse files
authored
[AWSCORE-345] Add layer version to release title (#989)
1 parent 15b1b3a commit 5386fb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/logs_monitoring/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ prod_asset_push() {
267267
log_info "Releasing aws-dd-forwarder-${FORWARDER_VERSION}, targetting commit ${GIT_COMMIT}, to GitHub..."
268268

269269
gh release create "aws-dd-forwarder-${FORWARDER_VERSION}" "${BUNDLE_PATH}#aws-dd-forwarder-${FORWARDER_VERSION}.zip" \
270-
--title "aws-dd-forwarder-${FORWARDER_VERSION}" \
270+
--title "aws-dd-forwarder-${FORWARDER_VERSION} (Layer v${LAYER_VERSION})" \
271271
--target "${GIT_COMMIT}" \
272272
--generate-notes
273273

0 commit comments

Comments
 (0)