Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 'Release' with 'Antrea' in the release title #5742

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

luolanzone
Copy link
Contributor

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.

@luolanzone luolanzone requested a review from tnqn November 22, 2023 09:08
@@ -84,7 +84,7 @@ release="${release#v}"
major_minor_number="${release%.*}"
branch="release-${major_minor_number}"
tag="v${release}"
title="Release $tag"
title="Antrea $tag"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get the project name from $repo so it can be easily reused by other projects?

project=${repo##*/}
title="${project^} $tag"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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>
Copy link
Member

@tnqn tnqn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
@antoninbas I guess there is no special reason why we used "Release vX.Y,X" as the title?

@antoninbas
Copy link
Contributor

/skip-all

@antoninbas antoninbas merged commit ed80978 into antrea-io:main Nov 22, 2023
49 of 53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants