From 27daf79f6dd1cf22cef183f859f75a9ade055590 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 14 Oct 2022 01:31:06 +0200 Subject: [PATCH] Don't mention @mergify in release notes anymore We do mention the original author of a pull request now. --- .github/release-drafts/base.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/release-drafts/base.yml b/.github/release-drafts/base.yml index 2238295..900999a 100644 --- a/.github/release-drafts/base.yml +++ b/.github/release-drafts/base.yml @@ -2,6 +2,9 @@ name-template: 'Version $RESOLVED_VERSION' tag-template: '$RESOLVED_VERSION' filter-by-commitish: true change-template: '- #$NUMBER $TITLE by @$AUTHOR' +replacers: + - search: ' by @mergify' + replace: '' template: | ## Changes