diff options
author | Greg Sabino Mullane | 2012-01-18 03:37:17 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2012-01-18 03:37:17 +0000 |
commit | bf5987546e1d3de90773d4746b33f9db94b41a22 (patch) | |
tree | 22f0f9ebb279d559822c27ff7c9577891235467f | |
parent | ead3aa53fce60c1db3d91277b96b3ccd38477b04 (diff) |
More tweaks to the release process.
-rw-r--r-- | README.dev | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/README.dev b/README.dev index 65d349d58..83bf2a89b 100644 --- a/README.dev +++ b/README.dev @@ -28,15 +28,23 @@ Login to the bucardo.org box, and then: * git pull * make distclean; perl Makefile.PL; make disttest; make dist * prove -v t/00_release.t -* cd ~/htdocs/check_postgres +* cd ~/www/downloads * cp -i ~/code/check_postgres/check_postgres* . +* cd ~/www/check_postgres +* ln -s ../downloads/<latest tarball> . * edit latest_version.txt * edit index.html +* Edit the bucardo.org page and bump the version: http://bucardo.org/wiki/Check_postgres + * Email to check_postgres-announce with summary of changes +* Email the Postgres Weekly News + +* Email pgsql-announce if this is a major version + Once the new version is out there: -* Make sure the new version is in the pulldown list of available versions. -* Go through and make sure all bugs solved in this release are marked as resolved +* Make sure the new version is in the pulldown list of available versions on bugzilla. +* Go through and make sure all bugs solved in this release are marked as resolved. |