Skip to content

Simplify generated release notes #374

@peterfpeterson

Description

@peterfpeterson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions