releaser-pleaser/internal
Julian Tölle 50b2762dca
fix: missing push when files were changed (#193)
The whole check to avoid pushes when they were only rebases was broken
and compared the wrong things. Unfortunately this worked for nearly all
unit tests, except for one were I used the wrong assertion.

This fixed the check by comparing the right things and inverting the
assertion in the unit test to make sure things do not break again in the
future.

Bug was introduced in #114.
2025-06-14 13:03:04 +02:00
..
changelog feat(changelog): omit version heading in forge release notes 2024-09-22 14:00:30 +02:00
commitparser fix: use commits with slightly invalid messages in release notes (#105) 2024-11-15 17:25:15 +01:00
forge feat: real user as commit author (#187) 2025-06-09 08:06:56 +00:00
git fix: missing push when files were changed (#193) 2025-06-14 13:03:04 +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 chore: update golangci-lint to v2 and fix breakage (#184) 2025-06-07 16:39:18 +00:00
updater refactor: move things to packages (#39) 2024-08-31 15:23:21 +02:00
versioning feat(github): mark pre-releases correctly (#110) 2024-11-15 18:49:50 +01:00