Ver Fonte

scripts: Add support for tagging Fedora 39 releases

Dorian Stoll há 1 ano atrás
pai
commit
ecb8e461f4
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      scripts/tag-release.sh

+ 2 - 1
scripts/tag-release.sh

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