Changes between Version 94 and Version 95 of ReleasePractices/ManagerCheckList


Ignore:
Timestamp:
Sep 5, 2015, 8:42:01 PM (7 years ago)
Author:
Daniel James
Comment:

Change website details for git.

Legend:

Unmodified
Added
Removed
Modified
  • ReleasePractices/ManagerCheckList

    v94 v95  
    3535    * Create a placeholder for release information at: website/public_html/live/feed/history/, for example for boost 1.39.0:
    3636{{{
    37 svn co https://svn.boost.org/svn/boost/website/public_html/live live-website
    38 svn cp live-website/feed/templates/boost_x_xx_x.qbk live-website/feed/history/boost_1_39_0.qbk
     37git clone git@github.com:boostorg/website.git live-website
     38cd live-website
     39cp feed/templates/boost_x_xx_x.qbk feed/history/boost_1_60_0.qbk
     40git add feed/history/boost_1_60_0.qbk
    3941}}}
    40     Then edit the version number (in two places) in the new entry and commit.
     42    Then edit the version number (in two places) in the new entry, commit and push.
    4143       
    4244== Monitoring Release Progress ==