releaser-pleaser/internal
Julian Tölle 81a855f5ab
feat: avoid pushing release branch only for rebasing (#114)
Right now releaser-pleaser pushes the branch even if it is only for a "rebase",
this wastes CI resources. Instead, it should only push when there are changes
to the files it owns.

- **Old**: Push when there is a diff origin/release-pr..release-pr
- **New**: Push when the these two diffs are not the same:
  
      origin/main..release-pr
      $(git merge-base origin/main origin/release-pr)..release-pr

Closes #92
2025-06-09 10:52:09 +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 feat: avoid pushing release branch only for rebasing (#114) 2025-06-09 10:52:09 +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