-
-
Couldn't load subscription status.
- Fork 394
Description
Summary π‘
Hello!
I maintain the Arch Linux package of gitoxide and I'm having trouble keeping track of "what's the latest version of gitoxide (the program)". :)
The release notifications are unfortunately way too noisy for me to subscribe to and I noticed there's no clear pattern of tags. There are tags like v0.30.0 and v0.34.0, no version tags for everything in between (correction: there are tags, just no github releases) but uploads to gitoxide on crates.io.
I've settled on using this nvchecker config:
[gitoxide]
source = "cratesio"
github = "gitoxide"But a user has tagged the gitoxide 0.33.0 as out-of-date, pointing to the v0.34.0 release tag which is missing on crates.io however. I also noticed there's a gix crate (which is the actual program that Arch Linux ships, along with the ein binary) that's already on version 0.58.0.
Guidance much appreciated! :)
Motivation π¦
Provide the latest version of gitoxide to Arch Linux users.