From: Greg Sabino Mullane Date: Mon, 3 Aug 2009 14:47:58 +0000 (-0400) Subject: Note tagging process. X-Git-Tag: 2.10.0~11 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js%3Cscript%20data-cfasync=?a=commitdiff_plain;h=e4f1da14ef411da055391ac6ee8b23a5da181bce;p=check_postgres.git Note tagging process. --- diff --git a/README.dev b/README.dev index 33ee3528c..6aa1a6e45 100644 --- a/README.dev +++ b/README.dev @@ -18,10 +18,12 @@ Quick notes on the current release process: * git commit as needed * Run: make dist * git push +* Add a new tag: git tag -u 14964ac8 1.2.3 -m "Version 1.2.3, released August 3, 2009" +* git push --tags Login to the bucardo.org box, and then: -* cd tmp/check_postgres +* cd code/check_postgres * git pull * make distclean; perl Makefile.PL; make disttest; make dist * prove -v t/00_release.t @@ -32,4 +34,3 @@ Login to the bucardo.org box, and then: * Email to check_postgres-announce with summary of changes -