Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gitlab): release not created when release pr was squashed (#86)
When the release pull request was squashed on GitLab, the release creation fails with error Error: failed to create pending releases: pull request is missing the merge commit This fixes the problem by checking both `MergeCommitSHA` and `SquashCommitSHA` and using whichever is set.
- Loading branch information