mention matrix channel, add moxtools to things to check for a release

This commit is contained in:
Mechiel Lukkien 2024-03-07 10:50:18 +01:00
parent b541646275
commit 85f72582c6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -282,7 +282,7 @@ MIT license (like mox), and have the rights to do so.
## Where can I discuss mox? ## Where can I discuss mox?
Join #mox on irc.oftc.net, or #mox on the "Gopher slack". Join #mox on irc.oftc.net, or #mox:matrix.org, or #mox on the "Gopher slack".
For bug reports, please file an issue at https://github.com/mjl-/mox/issues/new. For bug reports, please file an issue at https://github.com/mjl-/mox/issues/new.

View file

@ -275,7 +275,7 @@ done
- Gather feedback on recent changes. - Gather feedback on recent changes.
- Check if dependencies need updates. - Check if dependencies need updates.
- Check code if there are deprecated features that can be removed. - Check code if there are deprecated features that can be removed.
- Generate apidiff and check if breaking changes can be prevented. - Generate apidiff and check if breaking changes can be prevented. Update moxtools.
- Update features & roadmap in README.md - Update features & roadmap in README.md
- Write release notes. - Write release notes.
- Build and run tests with previous major Go release. - Build and run tests with previous major Go release.