Skip to content

Commit 2c8d91a

Browse files
Merge pull request cri-o#8986 from nforro/packit
Fix typo in `version_update_mask` regex
2 parents 6264f3c + 60c3697 commit 2c8d91a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.packit.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ packages:
2626
# Remove downstream patches (if any)
2727
- sed -ri "/^Patch[0-9].*/d" .packit_rpm/cri-o.spec
2828
fedora-40:
29-
# v1.28.x
29+
# v1.29.x
3030
# Propose minor and patch releases downstream
31-
# TODO: Use mask '\d+\.\d+\' after f40 switches to v1.29.x
32-
version_update_mask: '\d+\'
31+
version_update_mask: '\d+\.\d+\.'
3332
specfile_path: .packit_rpm/cri-o.spec
3433
files_to_sync:
3534
- .packit.yaml

0 commit comments

Comments
 (0)