]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
script/ceph-release-notes: remove EOL releases
authorJosh Durgin <jdurgin@redhat.com>
Fri, 14 May 2021 19:32:45 +0000 (15:32 -0400)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 14 May 2021 20:15:07 +0000 (16:15 -0400)
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
src/script/ceph-release-notes

index bdeba34cae6fd17c5f08d6e307dd2300e0c49109..8a0dd66980b8e2ee2213a9912e198e6e52d4a20d 100755 (executable)
@@ -200,7 +200,7 @@ def make_release_notes(gh, repo, ref, plaintext, html, verbose, strict, use_tags
 
         if strict:
             title_re = (
-                '^(?:hammer|infernalis|jewel|kraken|luminous|mimic|nautilus|octopus|pacific):\s+(' +
+                '^(?:nautilus|octopus|pacific|quincy):\s+(' +
                 '|'.join(prefixes) +
                 ')(:.*)'
             )