From 354b9f4d98af2925fd2af9e26ad20e2fa4015c4e Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sun, 6 Oct 2024 13:07:11 +0200 Subject: [PATCH] tweak docs for release process --- develop.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/develop.txt b/develop.txt index b6bc935e80..29bb6a1653 100644 --- a/develop.txt +++ b/develop.txt @@ -307,7 +307,7 @@ done - Generate apidiff and check if breaking changes can be prevented. Update moxtools. - Update features & roadmap in README.md and website. - Write release notes, copy from previous. -- Build and run tests with previous major Go release. +- Build and run tests with previous major Go release, run "make docker-release" to test building images. - Run tests, including with race detector, also with TZ= for UTC-behaviour, and with -count 2. - Run integration and upgrade tests. - Run fuzzing tests for a while. @@ -320,7 +320,7 @@ done - Move apidiff/next.txt to apidiff/.txt, and create empty next.txt. - Add release to the Latest release & News sections of website/index.md. - Create git tag (note: "#" is comment, not title/header), push code. -- Publish new docker image. +- Build and publish new docker image. - Publish signed release notes for updates.xmox.nl and update DNS record. - Deploy update to website. - Create new release on the github page, so watchers get a notification.