Skip to content

Commit

Permalink
fix latest release on website, tweaks to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mjl- committed Mar 9, 2024
1 parent f3501b4 commit 6984a2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion rfc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions website/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


Expand Down

0 comments on commit 6984a2a

Please sign in to comment.