Skip to content

Commit

Permalink
Quarterly release is optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jstodola authored and velezd committed Apr 23, 2024
1 parent cbc513d commit 14b4f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpermian/plugins/koji/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

TAG_REGEXPS = (
# product-1.2.3-state
re.compile('(?P<product>[^-]+)-(?P<major>[0-9]+).(?P<minor>[0-9]+).(?P<qr>[0-9]+)-((?P<flag>.+)-)?(?P<state>[^-]+)'),
re.compile('(?P<product>[^-]+)-(?P<major>[0-9]+).(?P<minor>[0-9]+)(.(?P<qr>[0-9]+))?-((?P<flag>.+)-)?(?P<state>[^-]+)'),
)


Expand Down

0 comments on commit 14b4f7d

Please sign in to comment.