mirror of https://github.com/vector-im/riot-web
Update update-topics.yaml
parent
fe3d7f3fa9
commit
767c30f2ee
|
@ -38,8 +38,10 @@ jobs:
|
||||||
owner: repo.owner,
|
owner: repo.owner,
|
||||||
repo: repo.repo,
|
repo: repo.repo,
|
||||||
});
|
});
|
||||||
|
console.log("Found latest version: " + data.tag_name);
|
||||||
|
|
||||||
const releaseTopic = `Stable: ${data.tag_name} | ${RELEASE_STATUS}`;
|
const releaseTopic = `Stable: ${data.tag_name} | ${RELEASE_STATUS}`;
|
||||||
|
console.log("Release topic: " + releaseTopic);
|
||||||
|
|
||||||
const regex = /Stable: v(\d+.\d+.\d+) \| Release status: (\w+) expected (\w+ \d+\w+)/gm;
|
const regex = /Stable: v(\d+.\d+.\d+) \| Release status: (\w+) expected (\w+ \d+\w+)/gm;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue