Mercurial > mxd2map
comparison HowTo-Release.txt @ 271:58977f4b2cc5
Fixed tagline
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 08 Sep 2011 17:15:57 +0200 |
parents | 7c8ae43bc465 |
children | 1853c9809404 |
comparison
equal
deleted
inserted
replaced
270:8f93a60b9a24 | 271:58977f4b2cc5 |
---|---|
41 $ cd contrib/installer | 41 $ cd contrib/installer |
42 $ makensis -DVERSION_DATE=`date +%d.%m.%Y` MXD2map-installer.nsi | 42 $ makensis -DVERSION_DATE=`date +%d.%m.%Y` MXD2map-installer.nsi |
43 | 43 |
44 4.2 Tag the release in HG: | 44 4.2 Tag the release in HG: |
45 | 45 |
46 $ hg tag -m "Tagged as release 'release-$MXD2MAPVERSION'" && hg push | 46 $ hg tag -m "Tagged as release 'release-$MXD2MAPVERSION'" release-$MXD2MAPVERSION && hg push |
47 | 47 |
48 4.3 Create new binary-release on Wald and upload MXD2map-$MXD2MAPVERSION.exe. | 48 4.3 Create new binary-release on Wald and upload MXD2map-$MXD2MAPVERSION.exe. |
49 | 49 |
50 5. Update versions and URLs on the homepage (updates documentation as | 50 5. Update versions and URLs on the homepage (updates documentation as |
51 well!) [requires sphinx available in $PATH] | 51 well!) [requires sphinx available in $PATH] |