diff options
| -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 | 
