Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gnome-desktop
Commits: 6007cbf0 by Jan Alexander Steffens (heftig) at 2026-07-01T02:07:34+02:00 nvchecker.toml: Reject prereleases - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,6 @@ [gnome-desktop] source = "git" git = "https://gitlab.gnome.org/GNOME/gnome-desktop.git" -prefix = "v" +include_regex = '\d+(\.\d+)*' +from_pattern = '\.([a-z])' +to_pattern = '\1' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-desktop/-/commit/6007cbf0a780424f2a2e8fef57fc8abf58656434 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-desktop/-/commit/6007cbf0a780424f2a2e8fef57fc8abf58656434 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
