Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / emptyepsilon
Commits: 893940a9 by Levente Polyak at 2026-01-02T02:53:21+01:00 nvchecker: exclude pre-releases - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,5 +1,6 @@ [emptyepsilon] source = "git" git = "https://github.com/daid/EmptyEpsilon.git" +exclude_regex = ".*(pre|alpha|beta|rc|RC|PR).*" from_pattern = "EE-(.+)" to_pattern = "\\1" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/emptyepsilon/-/commit/893940a928cd4d3a8b10404f07a9a363c892a5bc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/emptyepsilon/-/commit/893940a928cd4d3a8b10404f07a9a363c892a5bc You're receiving this email because of your account on gitlab.archlinux.org.
