more release process doc updates
[fw/altos] / Releasing
index 80d39f6a951965bb0606b1d2891ddd4d1ea314e8..4d2f8e711c5a39df0c5dd05378c7fd6d54c589e2 100644 (file)
--- a/Releasing
+++ b/Releasing
@@ -10,6 +10,8 @@ These are Bdale's notes on how to do a release.
 
                at this point, we have Debian packages
 
+       git tag debian/<version>
+
        make distclean
 
        ./autogen.sh --with-fat-dir=/home/bdale/web/altusmetrum/AltOS/releases
@@ -29,8 +31,10 @@ These are Bdale's notes on how to do a release.
                this pushes fresh documents to the web site
 
        sudo debian/rules clean
+       git push
+       git push --tags
 
-               leave the build tree in an unclutterd state
+               push commits and leave the build tree in an uncluttered state
 
 Testing before a release