Browse Source

scripts: Add support for tagging Fedora 39 releases

Dorian Stoll 1 year ago
parent
commit
ecb8e461f4
1 changed files with 2 additions and 1 deletions
  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)"