releaser-pleaser/internal
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
..
changelog feat(changelog): omit version heading in forge release notes 2024-09-22 14:00:30 +02:00
commitparser feat(changelog): omit version heading in forge release notes 2024-09-22 14:00:30 +02:00
forge fix(gitlab): release not created when release pr was squashed (#86) 2024-10-17 17:22:03 +00:00
git refactor: move things to packages (#39) 2024-08-31 15:23:21 +02:00
markdown feat: edit commit message after merging through PR (#43) 2024-09-06 23:17:06 +02:00
pointer refactor: move things to packages (#39) 2024-08-31 15:23:21 +02:00
releasepr refactor: labels as structs with descriptions (#46) 2024-09-07 21:33:28 +02:00
updater refactor: move things to packages (#39) 2024-08-31 15:23:21 +02:00
versioning refactor: move things to packages (#39) 2024-08-31 15:23:21 +02:00