scripts: Add support for tagging Fedora 39 releases

This commit is contained in:
Dorian Stoll 2023-11-07 13:09:21 +01:00
parent 9f68d6a0f1
commit ecb8e461f4
No known key found for this signature in database
GPG key ID: F1DACD02C619442A

View file

@ -89,4 +89,5 @@ getfedora()
tag 'arch' "$(getarch)"
tag 'debian' "$(getdebian)"
tag 'fedora-37' "$(getfedora)"
tag 'fedora-38' "$(getfedora)"
tag 'fedora-38' "$(getfedora)"
tag 'fedora-39' "$(getfedora)"