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

Conversation

alessio-perugini
Copy link
Contributor

@alessio-perugini alessio-perugini commented Apr 30, 2024

Please check if the PR fulfills these requirements

See how to contribute

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • configuration.schema.json updated if new parameters are added.

What kind of change does this PR introduce?

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 the cost of manually removing that entry in
the changelog when publishing a new release.

With this PR dependabot will 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 add the prefix manually.

What is the current behavior?

What is the new behavior?

Does this PR introduce a breaking change, and is titled accordingly?

Other information

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 alessio-perugini self-assigned this Apr 30, 2024
@alessio-perugini alessio-perugini added the topic: infrastructure Related to project infrastructure label Apr 30, 2024
@per1234 per1234 added the type: enhancement Proposed improvement label Apr 30, 2024
.github/dependabot.yml Outdated Show resolved Hide resolved
@alessio-perugini alessio-perugini merged commit eba4af6 into master May 14, 2024
6 checks passed
@alessio-perugini alessio-perugini deleted the dependabot-add-prefix-to-commit branch May 14, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants