github-tag-action icon indicating copy to clipboard operation
github-tag-action copied to clipboard

Tag trailing .0

Open jesse-c42 opened this issue 3 years ago • 2 comments

Hello,

Is there a way to remove the trailing .0 for the generated tag when append_to_pre_release_tag is set? We are currently setting the following options:

custom_release_rules: "MAJOR:major,MINOR:minor,PATCH:patch"
dry_run: true
append_to_pre_release_tag: ${{ env.branch }}

The generated tag ends up coming out similar to v1.2.3-feature-CO-12345-some-description.0, which ideally it would come out as v1.2.3-feature-CO-12345-some-description. Any guidance would be appreciated. Thanks!

jesse-c42 avatar Jan 21 '22 19:01 jesse-c42

This actions is broadly used, why does nobody answers to any issue in this repository? @mathieudutour

Happy to help if it's a time issue.

epignatelli avatar Jan 29 '23 13:01 epignatelli

Totally a time issue yes, I'm not using the action anymore so I don't have much time to spend on it. Do you want me to give you access to the repo?

mathieudutour avatar Jan 30 '23 08:01 mathieudutour