use dots for version numbers
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -43,7 +43,7 @@ const valid = results
|
|||||||
.map((result) => result.value.url)
|
.map((result) => result.value.url)
|
||||||
.map((url) => {
|
.map((url) => {
|
||||||
const thedate = version.exec(url)[1];
|
const thedate = version.exec(url)[1];
|
||||||
return `- [Version ${thedate}](${url})`;
|
return `- [Version ${thedate.replace("-", ".")}](${url})`;
|
||||||
});
|
});
|
||||||
|
|
||||||
const structurefile = readFileSync(structureFilePath, "utf-8");
|
const structurefile = readFileSync(structureFilePath, "utf-8");
|
||||||
|
Reference in New Issue
Block a user