From 6984a2ae074267191fa52bbbdaba33cdf7c6bfdc Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sat, 9 Mar 2024 20:32:54 +0100 Subject: [PATCH] fix latest release on website, tweaks to release process --- develop.txt | 8 ++++++-- rfc/Makefile | 2 +- website/index.md | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/develop.txt b/develop.txt index b1afaa8..f1ceb6e 100644 --- a/develop.txt +++ b/develop.txt @@ -288,9 +288,13 @@ done - Send and receive email with imap4/smtp clients. - Check DNS check admin page. - Check with https://internet.nl. -- Add release to the News section of website/index.md. +- Add release to the Latest release & News sections of website/index.md. - Create git tag, push code. - Publish new docker image. - Publish signed release notes for updates.xmox.nl and update DNS record. -- Publish new cross-referenced code/rfc to www.xmox.nl/xr/. +- Deploy update to website. - Create new release on the github page, so watchers get a notification. + Copy/paste it manually from the tag text, and add link to download/compile + instructions to prevent confusion about "assets" github links to. +- Publish new cross-referenced code/rfc to www.xmox.nl/xr/. +- Update moxtools with latest version. diff --git a/rfc/Makefile b/rfc/Makefile index 2813dca..e9440d3 100644 --- a/rfc/Makefile +++ b/rfc/Makefile @@ -7,7 +7,7 @@ link: go run -tags link link.go -- ../*.go ../*/*.go genxr: - go run xr.go -- xr/dev $$(git rev-parse --short HEAD) $$(git log -1 --date=format:"%Y-%m-%d" --format="%ad") $$(git tag | tail -n1) ../*.go ../*/*.go + go run xr.go -- xr/dev $$(git rev-parse --short HEAD) $$(git log -1 --date=format:"%Y-%m-%d" --format="%ad") $$(git tag --sort=v:refname | tail -n1) ../*.go ../*/*.go check: # output should be empty diff --git a/website/index.md b/website/index.md index 125bb7f..472c1d4 100644 --- a/website/index.md +++ b/website/index.md @@ -27,9 +27,9 @@ See [Features](features/) for the details, including roadmap. ## Latest release -The latest release is v0.0.9, released on 2024-01-09, see [release -notes](https://github.com/mjl-/mox/releases/tag/v0.0.9), [download -binaries](https://beta.gobuilds.org/github.com/mjl-/mox@v0.0.9/linux-amd64-latest/), +The latest release is v0.0.10, released on 2024-03-09, see [release +notes](https://github.com/mjl-/mox/releases/tag/v0.0.10), [download +binaries](https://beta.gobuilds.org/github.com/mjl-/mox@v0.0.10/linux-amd64-latest/), or see [all releases](https://github.com/mjl-/mox/releases).