From f9405bd9df976808753a70c71bb28fa9a1ab180b Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Thu, 30 May 2024 09:20:55 +0200 Subject: [PATCH] docs(backport): Add automatic release notes config file (#2498) * Backport PR https://github.com/scikit-hep/pyhf/pull/2476 * Add a .github/release.yml file to configure the automatic release notes that GitHub can generate on a release. - https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes * Ignore contributions from Dependabot and pre-commit-ci from the release notes. Co-authored-by: Matthew Feickert --- .github/release.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/release.yml diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..9d1e0987bf --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,5 @@ +changelog: + exclude: + authors: + - dependabot + - pre-commit-ci