Skip to content

Commit 68d5c0a

Browse files
authored
make sure we prember the last minor of old majors
1 parent 1fd6c83 commit 68d5c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prember-urls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = function () {
4242
urls.push(`/${p}/${uniqVersion}/${suffix}`);
4343
};
4444

45-
const oldVersions = ['5.4', '5.8', '5.12'];
45+
const oldVersions = ['1.13', '2.18', '3.28', '4.12', '5.4', '5.8', '5.12'];
4646

4747
uniqueProjectVersions.forEach((uniqVersion) => {
4848
if (

0 commit comments

Comments
 (0)