jefflinse / pr-semver-bump

A GitHub Action to bump and tag a new semantic version when a pull request is merged.
MIT License
24 stars 11 forks source link

No tag created during rebase-and-merge #30

Open siggimoo opened 2 years ago

siggimoo commented 2 years ago

When rebasing a PR merge, no tag is created and the following error appears in the logs:

head commit doesn't look like a PR merge, skipping version bumping and tagging

benhowes commented 2 years ago

You probably need to use uses: jefflinse/pr-semver-bump@v1.3.3 rather than just uses: jefflinse/pr-semver-bump@v1 if you made the same mistake I did!

It might be handy to either update the readme, or move the v1 tag to the latest v1 release each time one comes out.

jefflinse commented 2 years ago

@benhowes You're right, the v1 tag should be updated with every release, or it should not exist at all. Currently I update it manually (and, apparently, sometimes forget...), so ideally this should be automated.

c0ffee commented 1 year ago

hmm i ran into it too :(

so v1.3.3 is not even a release and there are 1.4.x versions available too, so which one is suggested to use in production?