summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-01-22 21:31:03 -0700
committerBdale Garbee <bdale@gag.com>2014-01-22 21:31:03 -0700
commit85974eadfde6103d297498ee8c4268e28ab008ba (patch)
tree6ace6967f926cbebd682e2137e5c9ae5bb86283d
parent77a5c907190d9830661374d465beeb82b5e500d3 (diff)
update notes on how to release
-rw-r--r--Releasing5
1 files changed, 3 insertions, 2 deletions
diff --git a/Releasing b/Releasing
index 8627d864..1c8bd2a1 100644
--- 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 \
- --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>
@@ -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
- 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