Changes between Version 21 and Version 22 of ReleaseProcedure
- Timestamp:
- Jun 29, 2007, 4:17:10 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseProcedure
v21 v22 38 38 below line 39 39 {{{ 40 AC_INIT([ [svndigest]],[A.B],[jari.at.thep.lu.se])40 AC_INIT([svndigest],[A.B],[jari.at.thep.lu.se]) 41 41 }}} 42 42 i. Update [source:trunk/THANKS THANKS]. Remember, ego and vanity is the currency of open … … 107 107 }}} 108 108 i. In section '''svndigest ''stable'' ''' update link to 109 `[milestone:A.B A.B]` and modify the svn command to109 `[milestone:A.B.1 A.B.1]` and modify the svn command to 110 110 {{{ 111 111 svn checkout http://lev.thep.lu.se/repository/svndigest/branches/A.B-stable svndigest-A.B 112 112 }}} 113 i. In section '''svndigest ''devel'' ''' update link to milestone.113 i. In section '''svndigest ''devel'' ''' update link to `[milestone:A.B+1 A.B+1]`.[[br]][[br]] 114 114 1. Create a new minor branch using a one liner like 115 115 {{{ … … 126 126 below line 127 127 {{{ 128 AC_INIT([ [svndigest]],[preA.B.1],[jari.at.thep.lu.se])128 AC_INIT([svndigest],[preA.B.1],[jari.at.thep.lu.se]) 129 129 }}} 130 130 i. Add an entry in `NEWS` … … 176 176 below line 177 177 {{{ 178 AC_INIT([ [svndigest]],[A.B.C],[jari.at.thep.lu.se])178 AC_INIT([svndigest],[A.B.C],[jari.at.thep.lu.se]) 179 179 }}} 180 180 i. Update `THANKS`. [[br]][[br]]