Skip to content

Commit 068c016

Browse files
committed
chore: updated unstable release keywords in currency reports
1 parent 29e18d7 commit 068c016

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

bin/dependencies/utils.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,17 @@ exports.getLatestVersion = ({ pkgName, installedVersion, isBeta }) => {
122122
};
123123

124124
function filterStableReleases(releaseList) {
125-
const unstableReleaseKeyWords = ['alpha', 'beta', 'canary', 'dev', 'experimental', 'next', 'rc', 'integration'];
125+
const unstableReleaseKeyWords = [
126+
'alpha',
127+
'beta',
128+
'canary',
129+
'dev',
130+
'experimental',
131+
'integration',
132+
'next',
133+
'rc',
134+
'unstable'
135+
];
126136

127137
return Object.fromEntries(
128138
Object.entries(releaseList).filter(

0 commit comments

Comments
 (0)