Changes between Version 98 and Version 99 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Aug 22, 2017, 8:43:06 AM (5 years ago)
Author:
Daniel James
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v98 v99  
    3232    * Verify via jamboost@yahoogroups.com that `b2` pre-built executables up-to-date.
    3333       
    34     * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1.39.0:
     34    * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1.60.0:
    3535{{{
    3636git clone git@github.com:boostorg/website.git live-website
     
    4242python site-tools/update.py
    4343git add feed/history/boost_1_60_0.qbk
    44 git add users/history/version_1_60_0.html
    4544git commit -a -m "Stub release notes for 1.60.0"
    4645git push
    4746}}}
     47      This only updates the 'in progress' release notes. The proper release notes are created for the first beta.
    4848       
    4949== Monitoring Release Progress ==