Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add [skip-changelog] prefix to dependabot commit #2586

Merged
merged 2 commits into from
May 14, 2024

Commits on Apr 30, 2024

  1. Add [skip-changelog] prefix to dependabot commit

    We use the `[skip-changelog]` prefix to avoid having such commits in our
    changelog history.
    When merging dependabot PRs we always manually add the prefix, but it's
    common to forget about it at costs of manually removing that entry in
    the changelog when publishing a new release.
    
    With this PR dependabot wil add that prefix in every commit, the GH PR
    will be open with the same commit name, and when pressing the `merge squash`
    we won't need to manually add the prefix.
    alessio-perugini committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    63fcd97 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. apply CR suggestions

    alessio-perugini committed May 14, 2024
    Configuration menu
    Copy the full SHA
    73a923b View commit details
    Browse the repository at this point in the history