summaryrefslogtreecommitdiffstats
path: root/src/script/ceph-release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/ceph-release-notes')
-rwxr-xr-xsrc/script/ceph-release-notes2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/ceph-release-notes b/src/script/ceph-release-notes
index 2ac50e798ec..1c01154f090 100755
--- a/src/script/ceph-release-notes
+++ b/src/script/ceph-release-notes
@@ -218,6 +218,8 @@ def make_release_notes(gh, repo, ref, cherry_picks, plaintext, html, markdown, v
for author in re.findall(
"Signed-off-by:\s*(.*?)\s*<", message
):
+ if author == "[Your Name]":
+ continue
authors[author] = 1
if authors:
author = ", ".join(authors.keys())