Skip to content

Commit

Permalink
tweak docs for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
mjl- committed Oct 6, 2024
1 parent bd842d3 commit 354b9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions develop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -320,7 +320,7 @@ done
- Move apidiff/next.txt to apidiff/<version>.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.
Expand Down

0 comments on commit 354b9f4

Please sign in to comment.