You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I might just be missing something but is it not possible to completely omit the branch name from version tags? I am seeing version tags coming in with the full branch name such as v0.0.8-<branch name here>.
So the desired outcome would be v0.0.8 by itself. I also tried using append_to_pre_release_tag set to "" but that defaulted to the full name.
The text was updated successfully, but these errors were encountered:
I might just be missing something but is it not possible to completely omit the branch name from version tags? I am seeing version tags coming in with the full branch name such as
v0.0.8-<branch name here>
.So the desired outcome would be
v0.0.8
by itself. I also tried usingappend_to_pre_release_tag
set to "" but that defaulted to the full name.The text was updated successfully, but these errors were encountered: