Changes between Version 14 and Version 15 of ReleaseProcedure
- Timestamp:
- Jun 27, 2007, 5:32:59 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v14 v15 1 [[PageOutline(1-3,Contents,inline)]] 2 1 3 = Publishing a release = 2 4 … … 55 57 i. Commit changes to the repository, `svn ci -m "Preparing release A.B"` 56 58 [[br]][[br]] 59 1. Update copyright statements with commands 60 {{{ 61 make all 62 make check 63 ./bin/svndigest --copyright 64 }}} 65 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`[[br]][[br]] 57 66 1. Needless to say, make sure that the program is in a state to be 58 67 released; make sure that all the tests pass, test the distribution … … 177 186 i. Commit changes to the repository, `svn ci -m "Preparing release A.B.C"` 178 187 [[br]][[br]] 188 1. Update copyright statements with commands 189 {{{ 190 make all 191 make check 192 ./bin/svndigest --copyright 193 }}} 194 Examine the updates and commit changes with `svn ci -m "updating copyright statements"`[[br]][[br]] 179 195 1. Needless to say, make sure that the program is in a state to be 180 196 released; make sure that all the tests pass, test the distribution