From: guido Date: Mon, 3 Jun 2002 12:52:00 +0000 (+0000) Subject: Change order of tasks X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9e2912d99e5ee6acb9e87e2c9a853be73696c1a;p=dealii-svn.git Change order of tasks git-svn-id: https://svn.dealii.org/trunk@5973 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/RELEASE/tasks b/deal.II/doc/RELEASE/tasks index d2bd3eccb7..1bda8a87f3 100644 --- a/deal.II/doc/RELEASE/tasks +++ b/deal.II/doc/RELEASE/tasks @@ -3,24 +3,27 @@ when a new release shall be issued: 0/ cvs update -d -P -1/ if a x.y.0 release, create a branch: - call common/scripts/cvs-create-branch +*** Caveat: for a minor version x.y.Z, +*** 1-3 must be performed on Branch-x-y +*** AND on HEAD -2/ cvs update -P -r Branch-- - or - cvs checkout -P -r Branch-- deal.II +1/ rename the changes file and create a new one for the next release -3/ change the content of the `Version' file on both HEAD and branch +2/ adjust news.html. Crosslink changes file. If necessary link an + announcement. -4/ test the branch thoroughly +3/ adjust download.html. -5/ rename the changes file and create a new one for the next release +4/ if a x.y.0 release, create a branch: + call common/scripts/cvs-create-branch + +5/ cvs update -P -r Branch-- + or + cvs checkout -P -r Branch-- deal.II -6/ adjust news.html. Crosslink changes file. If necessary link an - announcement. Do these things on both HEAD and branch. Be sure to - have the changes file on both HEAD and branch. +6/ change the content of the `Version' file on both HEAD and branch -7/ adjust download.html on both HEAD and branch. +7/ test the branch thoroughly 8/ run `make validate-xrefs' on the branch to check that the changes do not point to nirvana