[DOC] doc: fix broken link and update roadmap

This commit is contained in:
Géry Debongnie
2022-09-09 09:33:52 +02:00
committed by Sam Degueldre
parent b51756f356
commit 6ef38676c4
3 changed files with 6 additions and 27 deletions
+1 -3
View File
@@ -72,10 +72,8 @@ async function startRelease() {
}
// ---------------------------------------------------------------------------
log(`Step 3/${STEPS}: updating package.json, readme.md and roadmap.md...`);
log(`Step 3/${STEPS}: updating package.json...`);
await replaceInFile("./package.json", current, next);
await replaceInFile("./README.md", current, next);
await replaceInFile("./roadmap.md", current, next);
// ---------------------------------------------------------------------------
log(`Step 4/${STEPS}: creating git commit...`);