releaser-pleaser/internal/forge/gitlab
Julian Tölle 3caa7364ee
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.
2024-10-17 17:22:03 +00:00
..
gitlab.go fix(gitlab): release not created when release pr was squashed (#86) 2024-10-17 17:22:03 +00:00