Changes between Version 45 and Version 46 of ReleaseProcedure


Ignore:
Timestamp:
Feb 13, 2009, 10:56:42 PM (14 years ago)
Author:
Peter
Comment:

Removing ChangeLog from ReleaseProcedure (ticket #408)

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseProcedure

    v45 v46  
    6060}}}
    6161     The date is set when version A.[B+1] is released. [[br]][[br]]
    62   i. Add an entry in `ChangeLog`
    63 {{{
    64 version A.[B+1]:
    65         - http://dev.thep.lu.se/yat/log/branches/A.B-stable?rev=HEAD&stop_rev=M+1
    66         - http://dev.thep.lu.se/yat/query?milestone=A.[B+1]&order=id
    67 }}}
    6862  i. Commit changes to the repository,
    6963     `svn ci -m "Changes for future release A.[B+1]"` [[br]][[br]]
     
    7771    as bumping version number(s) (`version.m4`),
    7872    acknowledge contributions (`THANKS`), update
    79     files `NEWS` and `ChangeLog`.
     73    `NEWS`.
    8074    [[br]][[br]]
    8175  i. Update version number in `m4/version.m4`. Locate and change the
     
    10195    Make sure that the items in `NEWS` cover the new features of the
    10296    release. [[br]][[br]]
    103   i. Finalize the links to trac in `ChangeLog`
    104 {{{
    105 version A.B:
    106         - http://dev.thep.lu.se/yat/log/branches/0.6-stable?action=stop_on_copy&rev=N&stop_rev=M&mode=follow_copy
    107         - http://dev.thep.lu.se/yat/query?milestone=A.B&order=id
    108 }}}
    109      where M should be current HEAD+2 (2 more commits are needed before release),
    110      and N should have been set at previous minor release.
    111      [[br]][[br]]
    11297  i. Commit changes to the repository, `svn ci -m "Preparing release A.B"`
    11398     [[br]][[br]]
     
    149134}}}
    150135     The date is set when version A.B.1 is released. [[br]][[br]]
    151   i. Add an entry in `ChangeLog`
    152 {{{
    153 version A.B.1:
    154         - http://dev.thep.lu.se/yat/log/trunk?rev=[M+1]&stop_rev=HEAD
    155         - http://dev.thep.lu.se/yat/query?milestone=A.B.1&order=id
    156 }}}
    157136  i. Commit changes to the repository,
    158137     `svn ci -m "Changes for future release A.B.1"` [[br]][[br]]
     
    224203 1. Make sure that all commits are performed into to the branch, such
    225204    as bumping version number(s) (`configure.ac`), acknowledge
    226     contributions (`THANKS`), update files `NEWS` and
    227     `ChangeLog`. [[br]][[br]]
     205    contributions (`THANKS`), update `NEWS`. [[br]][[br]]
    228206  i. Update the release version number in `m4/version.m4`. Locate and change the
    229207     below line
     
    238216    Make sure that the items in `NEWS` cover all important bug fixes of the
    239217    release. [[br]][[br]]
    240   i. Finalize the links to trac in `ChangeLog`
    241 {{{
    242 version A.B.C:
    243         - http://dev.thep.lu.se/yat/log/branches/A.B-stable?rev=N&stop_rev=M
    244         - http://dev.thep.lu.se/yat/query?milestone=A.B.C&order=id
    245 }}}
    246   where `N` is given by
    247 {{{
    248 $ svn update
    249 N-2
    250 }}}
    251   and `M` should have been set at previous release.[[br]][[br]]
    252218  i. Commit changes to the repository, `svn ci -m "Preparing release A.B.C"`
    253219     [[br]][[br]]
     
    295261}}}
    296262     The date is set when version A.B.[C+1] is released. [[br]][[br]]
    297   i. Add an entry in `ChangeLog`
    298 {{{
    299 version A.B.[C+1]:
    300         - http://dev.thep.lu.se/yat/log/branches/A.B-stable?rev=HEAD&stop_rev=[M+1]
    301         - http://dev.thep.lu.se/yat/query?milestone=A.B.[C+1]&order=id
    302 }}}
    303263  i. Commit changes to the repository,
    304264     `svn ci -m "Changes for future release A.B.[C+1]"` [[br]][[br]]