Skip to content

Commit

Permalink
fixup! Enable a different announcement for premium releases
Browse files Browse the repository at this point in the history
  • Loading branch information
levitte committed Jun 23, 2023
1 parent c5a163d commit e78e802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-tools/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ $VERBOSE "== Generating announcement text: $announce"
# Hack the announcement template
cat "$RELEASE_AUX/$announce_template" \
| sed -e "s|\\\$release_text|$release_text|g" \
-e "s|\\\$release_tag|$release_tag|g" \
-e "s|\\\$release|$release|g" \
-e "s|\\\$series|$SERIES|g" \
-e "s|\\\$label|$PRE_LABEL|g" \
Expand Down

0 comments on commit e78e802

Please sign in to comment.