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.
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.