Skip to content
Snippets Groups Projects
Commit 358070cb authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: releases cache on prev and next

parent 1f7b25e5
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ async function getChangeLogJSON({ ...@@ -144,7 +144,7 @@ async function getChangeLogJSON({
const cacheMinutes = 30; const cacheMinutes = 30;
await renovateCache.set( await renovateCache.set(
cacheNamespace, cacheNamespace,
getCacheKey(next.version), getCacheKey(prev.version, next.version),
release, release,
cacheMinutes cacheMinutes
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment