Much of the autogenerated release notes are dependabot updating CI. Adding a file .github/release.yml with the contents
changelog:
exclude:
labels:
- ignore-for-release
authors:
- dependabot
- dependabot[bot]
will hide all of the trivial changes that dependabot does. Alternatively, one could group them into a separate section. The options are documented here.
Motivation
Release notes that highlight new features and bugfixes are more useful to users.
Much of the autogenerated release notes are dependabot updating CI. Adding a file
.github/release.ymlwith the contentswill hide all of the trivial changes that dependabot does. Alternatively, one could group them into a separate section. The options are documented here.
Motivation
Release notes that highlight new features and bugfixes are more useful to users.