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
* Allow forcing only cache to discover the latest version ([6610088](https://github.com/prantlf/grab-github-release/commit/6610088afe04bc1bf0d9a04833cdae34fe449d33))
8
+
* Clear cache by repository path, not by executable name ([c25f03e](https://github.com/prantlf/grab-github-release/commit/c25f03e458703f5761df73290d6a4adad1d9901d))
9
+
10
+
### BREAKING CHANGES
11
+
12
+
The mandatory parameter in `options` for `clearCache`
13
+
is `repository` instead of `name`. Directories in the cache are named
14
+
by the relative repository path instead of by the executable name.
15
+
Replace `name` with `repository` in your calls to `clearCache`.
16
+
17
+
The cache contains directories with relative
18
+
repository paths now. Not executable names any more. This
19
+
invalidates the cache populated so far. You can clear the cache
20
+
by running `grab-github-release --clear-cache` once and start
0 commit comments