Rationale
The README suggests to use LATEST as a dependency version. This isn't a good advice as it inherently makes builds non-reproducible (version will change over time).
You should instead update the README for each release (minimally), or, if you really want to suggest to use LATEST, also tell your users to use dependency locking.
Thanks for your work!
Rationale
The README suggests to use
LATESTas a dependency version. This isn't a good advice as it inherently makes builds non-reproducible (version will change over time).You should instead update the README for each release (minimally), or, if you really want to suggest to use
LATEST, also tell your users to use dependency locking.Thanks for your work!