X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=Releasing;h=1711779d69894b803f95b24842dfbf540a98c12e;hp=ce4df7c279c177522437c4935271b295492af436;hb=27528961457865acc3a38b822268df6d7cb86cfd;hpb=f3ee7deb6b2fbae7e3c66fe0af0cba36378793f1 diff --git a/Releasing b/Releasing index ce4df7c2..1711779d 100644 --- a/Releasing +++ b/Releasing @@ -1,7 +1,5 @@ These are Bdale's notes on how to do a release. - - make sure there's a suitable ARM Cortex toolchain in /opt/cortex! - git checkout master - make sure there is a doc/release-notes-.xsl @@ -12,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- git tag -a @@ -33,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_.orig.tar.gz \ branch- else if this is not a -1 release - git-buildpackage + git-buildpackage --git-submodules git tag debian/