Skip to content

Commit

Permalink
Replace 'Release' with 'Antrea' in the release title (#5742)
Browse files Browse the repository at this point in the history
Replace 'Release' with 'Antrea' in the release title, so we can
have a release name like `Release Antrea v1.14.1` instead of
`Release Release v1.14.1` in the Github release link preview.

Signed-off-by: Lan Luo <luola@vmware.com>
  • Loading branch information
luolanzone authored Nov 22, 2023
1 parent 7de7187 commit ed80978
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/release/draft-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ release="${release#v}"
major_minor_number="${release%.*}"
branch="release-${major_minor_number}"
tag="v${release}"
title="Release $tag"
project="${repo##*/}"
title="${project^} $tag"
changelog_url="https://github.com/$repo/raw/$branch/CHANGELOG/CHANGELOG-${major_minor_number}.md"

echo "+++ Downloading changelog..."
Expand Down

0 comments on commit ed80978

Please sign in to comment.