Isn't the default release name the tag? #93
-
DescriptionThe README currently says that the default value of I've recently used For the avoidance of doubt - I like it that it uses the tag, it's just that I think the documentation for the Side note: will you enable discussions in this repository? I would have preferred to create a discussion rather than an issue. Reference |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello @PaulRBerg, git-release creates releases with the name of the tag. This behavior is different when working with Here the section responsible for this logic: git-release/release/release.go Lines 46 to 52 in 1493c18 I hope this clarifies this confusion. |
Beta Was this translation helpful? Give feedback.
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_PREFIXandRELEASE_NAME_SUFFIXoptions.Alternatively, you may have full control using
RELEASE_NAMEsetting.This behavior is different when working with
UNRELEASEDoption, as the tag should be updated to the HEAD.Release will be called
Latestin this situation. However, you can still control it usingRELEASE_NAME.Here the section responsible for this logic:
git-release/release/release.go
Lines 46 to 52 in 1493c18