update notes on how to release
authorBdale Garbee <bdale@gag.com>
Thu, 23 Jan 2014 04:31:03 +0000 (21:31 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 23 Jan 2014 04:31:54 +0000 (21:31 -0700)
Releasing

index 8627d864da6e107e0f8a8a68a8fff99385182491..1c8bd2a1b61f3525945a0ba0a3f64a02d3527f58 100644 (file)
--- a/Releasing
+++ b/Releasing
@@ -36,7 +36,8 @@ These are Bdale's notes on how to do a release.
 
        - if this is a -1 release, then
                git-buildpackage --git-no-pristine-tar --git-submodules \
 
        - if this is a -1 release, then
                git-buildpackage --git-no-pristine-tar --git-submodules \
-                       --git-upstream-branch=branch-<version>
+                       --git-upstream-branch=branch-<version> \ # eg 1.3
+                       --git-upstream-tag=<version>             # eg 1.3.1
                pristine-tar commit \
                        ../build-area/altos_<version>.orig.tar.gz \
                        branch-<version>
                pristine-tar commit \
                        ../build-area/altos_<version>.orig.tar.gz \
                        branch-<version>
@@ -71,7 +72,7 @@ These are Bdale's notes on how to do a release.
                this pushes fresh documents to the web site
 
        sudo debian/rules clean
                this pushes fresh documents to the web site
 
        sudo debian/rules clean
-       git push origin master branch-<version> debian
+       git push origin master branch-<version> debian pristine-tar
        git push --tags
 
                push commits and leave the build tree in an uncluttered state
        git push --tags
 
                push commits and leave the build tree in an uncluttered state