Changes between Version 59 and Version 60 of ReleaseProcedure
- Timestamp:
- Dec 31, 2009, 12:06:57 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v59 v60 109 109 Examine the updates and commit changes with `svn ci -m "updating 110 110 copyright statements"`[[br]][[br]] 111 1. Needless to say, make sure that the program is in a state to be 111 1. Issue `svn update` to make entire wc to be in revision `HEAD`. 112 Needless to say, make sure that the program is in a state to be 112 113 released; make sure that all the tests pass, test the distribution 113 114 package, and perform all other release tests you think is … … 115 116 Run 116 117 {{{ 118 make 117 119 make release 118 120 }}} … … 229 231 Examine the updates and commit changes with `svn ci -m "updating 230 232 copyright statements"`.[[br]][[br]] 231 1. Needless to say, make sure that the program is in a state to be 233 1. Issue `svn update` to make entire wc to be in revision `HEAD`. 234 Needless to say, make sure that the program is in a state to be 232 235 released; make sure that all the tests pass, test the distribution 233 236 package, and perform all other release tests you think is