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 merges #16

Closed tmspicer closed 3 years ago

tmspicer commented 3 years ago

SUMMARY

The following will support determining the PR number from a squash merge. It currently depends on the default merge commit message syntax for a squash merge.

To be able to support none standard commit messages, some more logic would need to go in to use the API to query the PR by the commit SHA.

Addresses https://github.com/jefflinse/pr-semver-bump/issues/15

RELEASE NOTES

jefflinse commented 3 years ago

LGTM