Note tagging process.
authorGreg Sabino Mullane <[email protected]>
Mon, 3 Aug 2009 14:47:58 +0000 (10:47 -0400)
committerGreg Sabino Mullane <[email protected]>
Mon, 3 Aug 2009 14:47:58 +0000 (10:47 -0400)
README.dev

index 33ee3528c4795c613ad7fb77b504d607429eb16c..6aa1a6e459cdd09c192128e7f2eabc46d0724eb0 100644 (file)
@@ -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" <commit>
+* 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
 
-