mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
Merge pull request #14385 from smithfarm/wip-release-script-strip-periods
tools: ceph-release-notes: strip trailing punctuation Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
This commit is contained in:
commit
0eae8d37d0
@ -195,6 +195,7 @@ def make_release_notes(gh, repo, ref, plaintext, verbose, strict, use_tags):
|
||||
if use_tags:
|
||||
title = split_component(title, gh, number)
|
||||
|
||||
title = title.strip(' \t\n\r\f\v\.\,\;\:\-\=')
|
||||
pr2info[number] = (author, title, message)
|
||||
|
||||
for issue in set(issues):
|
||||
|
Loading…
Reference in New Issue
Block a user