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:
Abhishek L 2017-04-19 13:08:47 +02:00 committed by GitHub
commit 0eae8d37d0

View File

@ -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):