[GRASS-SVN] r70158 - grass/trunk/doc
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 28 04:18:53 PST 2016
Author: neteler
Date: 2016-12-28 04:18:53 -0800 (Wed, 28 Dec 2016)
New Revision: 70158
Modified:
grass/trunk/doc/howto_release.txt
Log:
doc/howto_release.txt: minor updates in release procedure
Modified: grass/trunk/doc/howto_release.txt
===================================================================
--- grass/trunk/doc/howto_release.txt 2016-12-28 11:42:44 UTC (rev 70157)
+++ grass/trunk/doc/howto_release.txt 2016-12-28 12:18:53 UTC (rev 70158)
@@ -17,6 +17,7 @@
1. Local work (done by release coordinator)
- svn up
+ - svn status --no-ignore
- check if
( cd doc/raster/r.example/ ; make clean ; make )
( cd doc/vector/v.example/ ; make clean ; make )
@@ -60,16 +61,16 @@
#example:
7
2
-0RC1
+1RC1
2016
rm -f include/VERSION~
- Update OSGeo4W setup.hint file
+ - for RC candidates use 'test' keyword
+ - for final version use 'curr' keyword
+
vim mswindows/osgeo4w/setup.hint.tmpl
- for RC candidates use 'test' keyword
- for final version use 'curr' keyword
-
#version:
MAJOR=`cat include/VERSION | head -1 | tail -1`
MINOR=`cat include/VERSION | head -2 | tail -1`
@@ -121,7 +122,7 @@
#example
7
2
-0svn
+1svn
2016
rm -f include/VERSION~
@@ -155,7 +156,9 @@
- http://grass.osgeo.org/development/svn/svn-tags/ (add tag): echo $RELEASETAG
write announcement
- - store in trac: http://trac.osgeo.org/grass/wiki/Release/7.XX.YY-News
+ - store in trac:
+ http://trac.osgeo.org/grass/wiki/Release/7.XX.YY-News
+ https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures72 <- major releases only
- update version in https://grasswiki.osgeo.org/wiki/GRASS-Wiki
- store in Web as announces/announce_grass$MAJOR$MINOR$RELEASE.html <- how? with protected PHP upload page?
More information about the grass-commit
mailing list