From: Nathan Cutler Date: Fri, 15 Mar 2019 10:36:25 +0000 (+0100) Subject: script: enable nautilus in ceph-release-notes X-Git-Tag: v15.0.0~209^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5ebd2216b115b7379c73a75028daaba2f953ac1d;p=ceph-ci.git script: enable nautilus in ceph-release-notes Signed-off-by: Nathan Cutler --- diff --git a/src/script/ceph-release-notes b/src/script/ceph-release-notes index aba4426de49..04d12cbc8c3 100755 --- a/src/script/ceph-release-notes +++ b/src/script/ceph-release-notes @@ -184,7 +184,7 @@ def make_release_notes(gh, repo, ref, plaintext, verbose, strict, use_tags): if strict: title_re = ( - '^(?:hammer|infernalis|jewel|kraken):\s+(' + + '^(?:hammer|infernalis|jewel|kraken|luminous|mimic|nautilus):\s+(' + '|'.join(prefixes) + ')(:.*)' )