Changes between Version 100 and Version 101 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Apr 15, 2018, 7:59:20 PM (5 years ago)
Author:
Daniel James
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v100 v101  
    140140== Build Distribution Packages ==
    141141
    142     * Make sure that the documentation is up to date. In particular, when the documentation source files get updated, the docs for the website need to be regenerated and merged to release.
    143 
    144     * If it hasn't already been done, run a snapshot using tools/release/snapshot.bat.
    145    
    146     * Build the distribution packages using tools/release/build_release_packages.bat.
    147 {{{
    148 cd <snapshot-directory>
    149 %BOOST_TRUNK%\tools\release\build_release_packages boost_X_XX_X_beta1 >build_packages.log 2>&1
    150 }}}
    151 
    152     * Unpack the distribution package for your local operating system, and verify build works OK. No point in posting a release candidate already known to fail!
    153 {{{
    154 cd <boost-root>
    155 bootstrap
    156 .\b2 >build.log 2>&1
    157 }}}   
    158 
    159     * Upload distribution packages to snapshot ftp site.
     142    * Up to date instructions on [https://github.com/boostorg/boost/wiki/Preparing-Releases GitHub wiki].
    160143
    161144    * '''''Important''''': Post request for review of release candidates. See [wiki:ReleasePractices/HeadsUpMessages#n.nn.nReleasecandidatesavailable sample candidates avaiable notice].
     
    164147
    165148    * '''''Important''''': Release team must have signed off on packages. Ignoring this in the past has led to mistakes!
     149
     150    * Instructions for uploading to bintray on [https://github.com/boostorg/boost/wiki/Preparing-Releases GitHub wiki].
    166151 
    167152    * See http://sourceforge.net/apps/trac/sourceforge/wiki/Release%20files%20for%20download for SourceForge File Release System (RFS) documentation.