Tag trailing .0
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!
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.
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?