Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / cockatrice
Commits: 7836ceff by Christian Heusel at 2025-11-21T00:22:05+01:00 exclude beta version from version check - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,3 +1,6 @@ [cockatrice] source = "git" git = "https://github.com/Cockatrice/Cockatrice.git" +include_regex = ".*(Release).*" +from_pattern = '(\d*)-(\d*)-(\d*)-Release-(\d*).(\d*).(d*)' +to_pattern = '\4.\5.\6' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockatrice/-/commit/7836ceff117ef5f19d51e3a6e85707cd51c97dbc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockatrice/-/commit/7836ceff117ef5f19d51e3a6e85707cd51c97dbc You're receiving this email because of your account on gitlab.archlinux.org.
