Changes between Version 34 and Version 35 of ReleaseProcedure


Ignore:
Timestamp:
Mar 30, 2009, 8:30:07 AM (15 years ago)
Author:
Nicklas Nordborg
Comment:

Removed steps including copyright updates, since we are never doing that anyway

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v34 v35  
    4444    and other files as necessary.
    4545    [[br]][[br]]
    46  1. Update copyright statements with the below command. Make sure that
    47     you do not break file encodings such as UTF-8 and what not. One
    48     example, do not use non-US characters for developer names in the
    49     source:trunk/.svndigest/config file.
    50 {{{
    51 svndigest --copyright --no-report
    52 }}}
    53     Examine the updates and commit changes with
    54     `svn ci -m "updating copyright statements"`. For this step
    55     [http://trac.thep.lu.se/svndigest svndigest] is obviously
    56     needed. [[br]][[br]]
    5746 1. Create the new minor
    5847{{{
     
    10089  i. Commit changes to the repository, `svn ci -m "Preparing release A.B"`
    10190     [[br]][[br]]
    102  1. Update copyright statements with the below command. Make sure that you do not break file
    103     encodings such as UTF-8 and what not. One example, do not use non-US characters for developer
    104     names in the `.svndigest/config` file.
    105 {{{
    106 svndigest --copyright --no-report
    107 }}}
    108     Examine the updates and commit changes with `svn ci -m "updating copyright statements"`. For
    109     this step [http://trac.thep.lu.se/svndigest svndigest] is obviously needed. [[br]][[br]]
    11091 1. Needless to say, make sure that the program is in a state to be
    11192    released; make sure that all the tests pass, test the distribution