Przeglądaj źródła

update development instructions

tags/v2.0.0-rc1
Shivaram Lingamneni 4 lat temu
rodzic
commit
ee4e2db25f
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      DEVELOPING.md

+ 2
- 1
DEVELOPING.md Wyświetl plik

27
 
27
 
28
 ## Releasing a new version
28
 ## Releasing a new version
29
 
29
 
30
-1. Run [`irctest`]() over it to make sure nothing's severely broken.
30
+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).
31
+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.
31
 1. Update the changelog with new changes and write release notes.
32
 1. Update the changelog with new changes and write release notes.
32
 1. Update the version number `irc/constants.go` (either change `-unreleased` to `-rc1`, or remove `-rc1`, as appropriate).
33
 1. Update the version number `irc/constants.go` (either change `-unreleased` to `-rc1`, or remove `-rc1`, as appropriate).
33
 1. Commit the new changelog and constants change.
34
 1. Commit the new changelog and constants change.

Ładowanie…
Anuluj
Zapisz