Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / ruby-rbs
Commits: 0dbb5558 by Andreas Schleifer at 2026-05-14T14:34:06+02:00 nvchecker: ignore pre versions - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -2,4 +2,4 @@ source = "git" git = "https://github.com/ruby/rbs.git" prefix = "v" -exclude_regex = "v[0-9]+\\.[0-9]+\\.[0-9]+\\.dev\\.[0-9]+" +exclude_regex = "v[0-9]+\\.[0-9]+\\.[0-9]+\\.(dev|pre)\\.[0-9]+" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rbs/-/commit/0dbb5558b809f75f479ab140811b300301ef9b2a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-rbs/-/commit/0dbb5558b809f75f479ab140811b300301ef9b2a 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
