Changes between Version 14 and Version 15 of ReleaseProcedure


Ignore:
Timestamp:
Jun 27, 2007, 5:32:59 PM (16 years ago)
Author:
Peter Johansson
Comment:

adding instructions to update copyright statements

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v14 v15  
     1[[PageOutline(1-3,Contents,inline)]]
     2
    13= Publishing a release =
    24
     
    5557  i. Commit changes to the repository, `svn ci -m "Preparing release A.B"`
    5658     [[br]][[br]]
     59 1. Update copyright statements with commands
     60{{{
     61make all
     62make check
     63./bin/svndigest --copyright
     64}}}
     65 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`[[br]][[br]]
    5766 1. Needless to say, make sure that the program is in a state to be
    5867    released; make sure that all the tests pass, test the distribution
     
    177186  i. Commit changes to the repository, `svn ci -m "Preparing release A.B.C"`
    178187     [[br]][[br]]
     188 1. Update copyright statements with commands
     189{{{
     190make all
     191make check
     192./bin/svndigest --copyright
     193}}}
     194 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`[[br]][[br]]
    179195 1. Needless to say, make sure that the program is in a state to be
    180196    released; make sure that all the tests pass, test the distribution