Release howto update
Checking for new contents in the web site that should be put under version control.
This commit is contained in:
parent
7480d3d8a7
commit
b4214d9f69
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue