Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk
Commits: fcb451fc by Robin Candau at 2025-05-08T14:06:47+02:00 Exclude common pre, alpha, beta, rc release tag suffixes / prefixes from the nvchecker configuration - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -2,3 +2,4 @@ source = "git" git = "https://github.com/getsentry/sentry-python.git" prefix = "v" +exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/fcb451fcb6a1c12cdf75495c553cb0f79e749a2a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/fcb451fcb6a1c12cdf75495c553cb0f79e749a2a You're receiving this email because of your account on gitlab.archlinux.org.
