anothrNick / github-tag-action

A Github Action to tag a repo on merge.
MIT License
765 stars 379 forks source link

Create the last tag found on my PR branch on merge #297

Open benshabatnoam opened 9 months ago

benshabatnoam commented 9 months ago

My feature and bug fixes branches are already tagged before each PR merge. Therefore I'm trying to get the tab version from the merged PR branch and create that tag on the main branch once the PR is merged. Can I do that? I tried in various ways but couldn't make it... Thanks!

sbe-arg commented 7 months ago

We don't support that use case. This is only incremental from the tag in the origin

benshabatnoam commented 7 months ago

OK thanks