Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / drawio-desktop
Commits: 39e12fde by Carl Smedstad at 2024-08-29T08:44:22+02:00 Detect version on GitHub releases instead of tags - - - - - 1 changed file: - .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -1,4 +1,5 @@ [drawio-desktop] -source = "git" -git = "https://github.com/jgraph/drawio-desktop" +source = "github" +github = "jgraph/drawio-desktop" prefix = "v" +use_latest_release = true View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/drawio-desktop/-/commit/39e12fdee4a094f41fa1696b1afd5d33790b27af -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/drawio-desktop/-/commit/39e12fdee4a094f41fa1696b1afd5d33790b27af You're receiving this email because of your account on gitlab.archlinux.org.
