MokkeMeguru / gitflow-ci-example

example for git flow
0 stars 0 forks source link

detect Release PR's pre-merge commit hash to create release to develop PR #74

Open MokkeMeguru opened 7 months ago

MokkeMeguru commented 7 months ago

https://github.com/MokkeMeguru/gitflow-ci-example/blob/400f8accfc0899ec3a0a9682d838ba8135c699f8/.github/workflows/create-release-to-develop.yml#L31-L36

MokkeMeguru commented 7 months ago

git rev-parse ${{ github.event.pull_request.merge_commit_sha }}^2 can detect pre-merge commit... 👍

MokkeMeguru commented 7 months ago