Skip to content

Isn't the default release name the tag? #93

Answered by anton-yurchenko
PaulRBerg asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @PaulRBerg,
I have enabled discussions and migrated your issue. It was an excellent recommendation, thanks.

git-release creates releases with the name of the tag.
You might add a text before or after the tag using RELEASE_NAME_PREFIX and RELEASE_NAME_SUFFIX options.
Alternatively, you may have full control using RELEASE_NAME setting.

This behavior is different when working with UNRELEASED option, as the tag should be updated to the HEAD.
Release will be called Latest in this situation. However, you can still control it using RELEASE_NAME.

Here the section responsible for this logic:

if name != "" {
release.Name =

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PaulRBerg
Comment options

Answer selected by PaulRBerg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #92 on February 07, 2023 20:29.