We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f834a32 commit bb68a88Copy full SHA for bb68a88
lib/prepare_release.js
@@ -345,7 +345,7 @@ class ReleasePreparation {
345
const eolDate = getEOLDate(date);
346
const eol = eolDate.toISOString().split('-').slice(0, 2).join('-');
347
arr[idx] = arr[idx].replace('"Current"', `"LTS Until ${eol}"`);
348
- arr[idx] = arr[idx].replace('<sup>Current</sup>', '<sup>LTS</sup>');
+ arr[idx] = arr[idx].replace('(Current)', '(LTS)');
349
} else if (arr[idx].includes('**Long Term Support**')) {
350
arr[idx] = arr[idx].replace(
351
'**Long Term Support**',
0 commit comments