diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-01-22 23:22:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-01-22 23:23:44 +0100 |
commit | 967394bca716f70b65bdb243b748859a1e3ab8a6 (patch) | |
tree | 7364a50d72bf07c082587e4ce0f2f9fa610e8da2 /doc/release.org | |
parent | 0fc9040fa248c7d964966a568749d1398a457cd8 (diff) | |
download | guile-967394bca716f70b65bdb243b748859a1e3ab8a6.tar.gz |
Augment `release.org'.
* doc/release.org: Mention debbugs and `platform-testers@gnu.org'.
Diffstat (limited to 'doc/release.org')
-rw-r--r-- | doc/release.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release.org b/doc/release.org index 0d18be383..462c7057d 100644 --- a/doc/release.org +++ b/doc/release.org @@ -6,6 +6,10 @@ This document describes the typical release process for Guile 2.0. * Preparing & uploading the tarball +** M-x debbugs-gnu + +… or http://bugs.gnu.org/guile, for an idea of things to fix. + ** Update Gnulib The commit log's first line should be "Update Gnulib to X", where X is @@ -49,6 +53,12 @@ If you're still in a good mood, you may also want to check on porter boxes for other OSes. The GNU/Hurd people have [[http://www.gnu.org/software/hurd/public_hurd_boxen.html][porter boxes]], so does the [[http://www.opencsw.org/standards/build_farm][OpenCSW Solaris Team]]. + +*** Post a pre-release announcement to `platform-testers@gnu.org' + +Send a link to [[http://hydra.nixos.org/job/gnu/guile-2-0/tarball/latest/download-by-type/file/source-dist][the latest tarball]]. This will allow readers to test on +possibly weird platforms and report any bugs. + ** Update `GUILE-VERSION' For stable releases, make sure to update the SONAME appropriately. To |