fix latest release on website, tweaks to release process

This commit is contained in:
Mechiel Lukkien 2024-03-09 20:32:54 +01:00
parent f3501b4e06
commit 6984a2ae07
No known key found for this signature in database
3 changed files with 10 additions and 6 deletions

View file

@ -288,9 +288,13 @@ done
- Send and receive email with imap4/smtp clients. - Send and receive email with imap4/smtp clients.
- Check DNS check admin page. - Check DNS check admin page.
- Check with https://internet.nl. - 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. - Create git tag, push code.
- Publish new docker image. - Publish new docker image.
- Publish signed release notes for updates.xmox.nl and update DNS record. - 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. - 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.

View file

@ -7,7 +7,7 @@ link:
go run -tags link link.go -- ../*.go ../*/*.go go run -tags link link.go -- ../*.go ../*/*.go
genxr: 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: check:
# output should be empty # output should be empty

View file

@ -27,9 +27,9 @@ See [Features](features/) for the details, including roadmap.
## Latest release ## Latest release
The latest release is v0.0.9, released on 2024-01-09, see [release The latest release is v0.0.10, released on 2024-03-09, see [release
notes](https://github.com/mjl-/mox/releases/tag/v0.0.9), [download notes](https://github.com/mjl-/mox/releases/tag/v0.0.10), [download
binaries](https://beta.gobuilds.org/github.com/mjl-/mox@v0.0.9/linux-amd64-latest/), 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). or see [all releases](https://github.com/mjl-/mox/releases).