From: Guido Kanschat Date: Mon, 24 Sep 2001 15:08:02 +0000 (+0000) Subject: update of release tasks X-Git-Tag: v8.0.0~18750 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d3ed7a495497536a29510e8adc440bfd582af31;p=dealii.git update of release tasks git-svn-id: https://svn.dealii.org/trunk@5048 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/RELEASE/tasks b/deal.II/doc/RELEASE/tasks index 2d75ef9ba4..668fe4cb14 100644 --- a/deal.II/doc/RELEASE/tasks +++ b/deal.II/doc/RELEASE/tasks @@ -2,8 +2,12 @@ This file is internal information only. It lists the steps to be done when a new release shall be issued: - if a x.y.0 release, create a branch: - cvs tag all files with the tag Base-x-y - cvs tag -r all files with the tag Branch-x-y + + $DEAL/common/scripts/cvs-create-branch x y + + This script will create a branch tag Branch-x.y for you. Before using + the script check the last cvs call in this script and update files and + directories not to be released. - test the branch thoroughly