Release howto update

Checking for new contents in the web site that should be put under version control.
This commit is contained in:
Gilles 2014-12-30 19:22:11 +01:00
parent 7480d3d8a7
commit b4214d9f69
1 changed files with 6 additions and 0 deletions

View File

@ -435,6 +435,12 @@ copying the content of the current apidocs to javadocs/api-3.4.
$ cd site-content
$ rm -fr *
$ cp -pR ../target/site/* .
Check for possibly new files:
$ svn status
and "svn add" them if necessary.
Commit the new contents of the web site:
$ svn commit -m "updating site after official release of version 3.4"
Beware the commit command may be very long (several hours ...). The web site will be available