Update with reality.
authorChristos Zoulas <christos@zoulas.com>
Sun, 17 Jun 2012 14:40:53 +0000 (10:40 -0400)
committerChristos Zoulas <christos@zoulas.com>
Sun, 17 Jun 2012 14:40:53 +0000 (10:40 -0400)
README.release

index 18d5f2f1b0a1cb63bca8931f428b054fae778fc8..e64534550852e455e6d8072995a7ad6821ec2d76 100644 (file)
@@ -1,13 +1,15 @@
 - update vers.m4 to the new version you want to release: then rerun ./bootstrap
 - update NEWS w/ appropriate items
-- might have to commit/push at this point, not sure
-- ./configure <args>; make ; make check
-- make distcheck: that should generate a tar.gz w/ version number to drop into
-  the ftp/http server
-- if you haven't committed your files and pushed them yet, now's the time
-- I also like to tag the current trunk:
+- ./bootstrap && ./buildall && cd A.$ARCH.$VENDOR.$OSVERSION. && make check
+- cd A.$ARCH.$VENDOR.$OSVERSION make distcheck
+  That generates a tar.gz w/ version number to drop into the ftp/http server
+- Make sure that all your files are committed at this point
+- Now tag the current trunk:
        git tag -a am-utils-X_Y[abc]Z
   or
        git tag -a am-utils-X_Y_rcZ
+  If you want to move the tag, use --force
+- Push all commits and tags to the master repository
+       git push --all
 - email announcement to am-utils-announce@am-utils.org (look for "standard"
   announcements I made in the past)