releaser-pleaser/internal/git
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
..
git.go fix: missing push when files were changed (#193) 2025-06-14 13:03:04 +02:00
git_test.go fix: missing push when files were changed (#193) 2025-06-14 13:03:04 +02:00
util_test.go feat: avoid pushing release branch only for rebasing (#114) 2025-06-09 10:52:09 +02:00