]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/script/ceph-release-notes
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / script / ceph-release-notes
index a7a155828062d61746633200448ddf1b973bbe1a..244cb46c7ff1fffd84392cc24a790684e7605818 100755 (executable)
@@ -184,7 +184,7 @@ def make_release_notes(gh, repo, ref, plaintext, verbose, strict, use_tags):
 
         if strict:
             title_re = (
-                '^(?:hammer|infernalis|jewel|kraken|luminous|mimic|nautilus):\s+(' +
+                '^(?:hammer|infernalis|jewel|kraken|luminous|mimic|nautilus|octopus):\s+(' +
                 '|'.join(prefixes) +
                 ')(:.*)'
             )