2.0.0
2.0.0 (2024-04-01)
Features
- Allow forcing only cache to discover the latest version (6610088)
- Clear cache by repository path, not by executable name (c25f03e)
BREAKING CHANGES
The mandatory parameter in options for clearCache
is repository instead of name. Directories in the cache are named
by the relative repository path instead of by the executable name.
Replace name with repository in your calls to clearCache.
The cache contains directories with relative
repository paths now. Not executable names any more. This
invalidates the cache populated so far. You can clear the cache
by running grab-github-release --clear-cache once and start
populating it again.