From 3b861d63422bdb38da9f8a185ca4734a817b35e6 Mon Sep 17 00:00:00 2001 From: Andy C Date: Sun, 5 Jan 2025 11:47:35 -0500 Subject: [PATCH] [release] Update release announcement links --- devtools/release-version.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/devtools/release-version.sh b/devtools/release-version.sh index 0cbc82dff..6ee974548 100755 --- a/devtools/release-version.sh +++ b/devtools/release-version.sh @@ -663,7 +663,7 @@ write-no-announcement() { no-announcement > _release/VERSION/announcement.html } -readonly SITE_DEPLOY_DIR='../oilshell.org__deploy' +readonly SITE_DEPLOY_DIR='../../oilshell/oilshell.org__deploy' announcement-0.0() { html-redirect '/blog/2017/07/23.html' \ @@ -984,7 +984,7 @@ announcement-0.12.6() { } announcement-0.12.7() { - write-no-announcement + html-redirect '/blog/2022/10/garbage-collector.html' > $SITE_DEPLOY_DIR/release/0.12.7/announcement.html } announcement-0.12.8() { @@ -1012,47 +1012,47 @@ announcement-0.14.1() { } announcement-0.14.2() { - write-no-announcement + html-redirect '/blog/2023/03/release-0.14.2.html' > $SITE_DEPLOY_DIR/release/0.14.2/announcement.html } announcement-0.15.0() { - write-no-announcement + html-redirect '/blog/2023/05/release-0.15.0.html' > $SITE_DEPLOY_DIR/release/0.15.0/announcement.html } announcement-0.16.0() { - write-no-announcement + html-redirect '/blog/2023/06/release-0.16.0.html' > $SITE_DEPLOY_DIR/release/0.16.0/announcement.html } announcement-0.17.0() { - write-no-announcement + html-redirect '/blog/2023/08/release-0.17.0.html' > $SITE_DEPLOY_DIR/release/0.17.0/announcement.html } announcement-0.18.0() { - write-no-announcement + html-redirect '/blog/2023/09/release-0.18.0.html' > $SITE_DEPLOY_DIR/release/0.18.0/announcement.html } announcement-0.19.0() { - write-no-announcement + html-redirect '/blog/2024/01/release-0.19.0.html' > $SITE_DEPLOY_DIR/release/0.19.0/announcement.html } announcement-0.20.0() { - write-no-announcement + html-redirect '/blog/2024/02/release-0.20.0.html' > $SITE_DEPLOY_DIR/release/0.20.0/announcement.html } announcement-0.21.0() { - write-no-announcement + html-redirect '/blog/2024/03/release-0.21.0.html' > $SITE_DEPLOY_DIR/release/0.21.0/announcement.html } announcement-0.22.0() { - write-no-announcement + html-redirect '/blog/2024/06/release-0.22.0.html' > $SITE_DEPLOY_DIR/release/0.22.0/announcement.html } announcement-0.23.0() { - write-no-announcement + html-redirect '/blog/2024/11/release-0.23.0.html' > $SITE_DEPLOY_DIR/release/0.23.0/announcement.html } announcement-0.24.0() { - write-no-announcement + html-redirect '/blog/2025/01/release-0.24.0.html' > $SITE_DEPLOY_DIR/release/0.24.0/announcement.html } announcement-0.25.0() {