We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681f18f commit 32e711aCopy full SHA for 32e711a
app/routes/whats-new.js
@@ -15,7 +15,7 @@ function checkStatus(response) {
15
16
function getLatestEntry(doc) {
17
const regex =
18
- /^#{2} (?:v(\d{1,2}(?:\.\d{1,2})?(?:\.\d{1,2})?)|(?:\[v?(.+)]))/gm;
+ /^## Release /gm;
19
const latest = regex.exec(doc);
20
const previous = regex.exec(doc);
21
0 commit comments