diff options
author | Bdale Garbee <bdale@gag.com> | 2016-01-10 17:45:45 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2016-01-10 17:45:45 -0700 |
commit | 4043e0707cdc77158f709c19dd134f92b4604270 (patch) | |
tree | e96a1413de4ca43b25f2c0a39d37ecc9c26caf75 | |
parent | 2f35e0ba52f538ea1061bfff5bbd772b8a241386 (diff) |
modify release procedure to reflect Keith setting version in confgure.ac
-rw-r--r-- | Releasing | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,6 +5,8 @@ These are Bdale's notes on how to do a release. git checkout master + - update the version in configure.ac if Keith hasn't already + - make sure the Google Maps API key is in the build chroot and root sudo mkdir -p /var/cache/pbuilder/base.cow/opt/google /opt/google sudo cp ~/altusmetrumllc/google-maps-api-key \ @@ -19,8 +21,6 @@ These are Bdale's notes on how to do a release. git checkout branch-<version> # the x.y parts only - cherry-pick or merge appropriate content from master - - update the version in configure.ac - - make sure there is a doc/release-notes-<version>.xsl - make sure that doc/altusmetrum.xsl has the right copyright year, and add release to the revision history at the front (release notes |