From ee4e2db25f72999f231daec943ae35402da9569a Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 1 Mar 2020 23:23:26 -0500 Subject: [PATCH] update development instructions --- DEVELOPING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 168d4656..bec65072 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -27,7 +27,8 @@ Develop branches are either used to work out implementation details in preperati ## Releasing a new version -1. Run [`irctest`]() over it to make sure nothing's severely broken. +1. Test backwards compatibility guarantees. Get an example config file and an example database from the previous stable release. Make sure the current build still works with them (modulo anything explicitly called out in the changelog as a breaking change). +1. Run `irctest` over it to make sure nothing's severely broken. Talk to the maintainers to find out which version of irctest to run. 1. Update the changelog with new changes and write release notes. 1. Update the version number `irc/constants.go` (either change `-unreleased` to `-rc1`, or remove `-rc1`, as appropriate). 1. Commit the new changelog and constants change.