You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the process of mass checking nixpkgs metadata url, i see a few very common classes of errors:
pointing to blob/${version} instead of blob/v${version}
switching from a stable to unstable versioning scheme, and not updating the changelog url
using a more precise versioning scheme than the one used upstream for tags.
all of these would be fixed by interpolating src.rev (which will be either a commit or tag) instead of version (which often uses a nixpkgs-specific format)
although, release notes won't work for a commit either. maybe it would be better to just link to https://github.com/ORG/REPO/releases/ instead of trying to link to a specific release?
although, it will be much less important once nixpkgs metadata is tested automatically.
in the process of mass checking nixpkgs metadata url, i see a few very common classes of errors:
blob/${version}
instead ofblob/v${version}
all of these would be fixed by interpolating
src.rev
(which will be either a commit or tag) instead ofversion
(which often uses a nixpkgs-specific format)Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: