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

Support Squash Merge as valid Merge request commit #15

Closed tmspicer closed 3 years ago

tmspicer commented 3 years ago

Currently if you squash merge your PR the semver bump will fail, as it can't determine the merge request. This is because it's looking at the merge request commit message to parse out the merge request.

The error you will receive is head commit doesn't look like a PR merge, skipping version bumping and tagging

Squash merging of large PR's is a best practice and I would like to request this support be added.

jefflinse commented 3 years ago

Resolved with PR #16