Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / protonmail-bridge
Commits: d7ab0af9 by Robin Candau at 2024-09-11T10:37:36+02:00 Switch nvchecker integration back to API sources to filter out pre-releases - - - - - 2 changed files: - .nvchecker.toml - README.md Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,5 @@ [protonmail-bridge] -source = "git" -git = "https://github.com/ProtonMail/proton-bridge.git" +source = "github" +github = "ProtonMail/proton-bridge" +use_latest_release = true prefix = "v" ===================================== README.md ===================================== @@ -5,4 +5,5 @@ Some upstream releases are tagged as "Pre-release" in the GitHub upstream repository and should not be packaged (as they are not considered "stable" by upstream). See, for instance: <https://github.com/ProtonMail/proton-bridge/releases/tag/v3.13.0> -Make sure to verify that new upstream releases are not tagged as "Pre-release" before packaging them. +Make sure to verify that new upstream releases are not tagged as "Pre-release" before packaging them. +Note that such "pre-releases" are filtered out in the nvchecker integration (as it specifically looks for releases tagged as "latest"). View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/protonmail-bridge/-/commit/d7ab0af9e71642d64294010c4a94192854c1ab59 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/protonmail-bridge/-/commit/d7ab0af9e71642d64294010c4a94192854c1ab59 You're receiving this email because of your account on gitlab.archlinux.org.
