Skip to content

Bump diff compares exact pull request changes only

Choose a tag to compare

@paulRbr paulRbr released this 15 Oct 13:42
270b870

This new release mostly includes a bugfix on the automated diff feature on pull requests.

🐛 Bug fix

  • The automatic bump diff action will now only compare the exact changes made in your pull request, by ignoring any merge commit (GitHub automatically runs any Github-Action on a merge commit between your PR and your target branch), and checking the last common ancestor between your target branch and your PR head branch. This is hopefully the last bugfix around diff management in our github-action. Sorry to those of you who have been (patiently) sharing their issues, and especially @gmourier from Meilisearch 🙏