summaryrefslogtreecommitdiff
path: root/Releasing
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-12-18 18:30:54 -0700
committerBdale Garbee <bdale@gag.com>2013-12-18 18:30:54 -0700
commit122f491e459b6ff417932370b3f1aa2091c71aca (patch)
treed1926549dd02362b9535a208c382e5b2f57e6681 /Releasing
parentd9982c257463f23be940eea66bd4dc3aadff0043 (diff)
update release docs to include option for submodules
Diffstat (limited to 'Releasing')
-rw-r--r--Releasing8
1 files changed, 6 insertions, 2 deletions
diff --git a/Releasing b/Releasing
index 973cb01f..1711779d 100644
--- a/Releasing
+++ b/Releasing
@@ -10,7 +10,11 @@ These are Bdale's notes on how to do a release.
- update the version in configure.ac
git log > ChangeLog
git commit -a
+
- make absolutely sure checked-out tree is "clean"
+ - make absolutely sure the pdclib/ submodule is on the master branch,
+ up to date, and "clean"
+
- if this is an x.y release, then:
git checkout -b branch-<version>
git tag -a <version>
@@ -31,12 +35,12 @@ These are Bdale's notes on how to do a release.
git commit -n debian/changelog -m "update changelog for Debian build"
- if this is a -1 release, then
- git-buildpackage --git-no-pristine-tar
+ git-buildpackage --git-no-pristine-tar --git-submodules
pristine-tar commit \
../build-area/altos/altos_<version>.orig.tar.gz \
branch-<version>
else if this is not a -1 release
- git-buildpackage
+ git-buildpackage --git-submodules
git tag debian/<version>