Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Unreleased' section to changelog; update 'contributing' docs #9532

Closed

Commits on Apr 26, 2017

  1. Add 'Unreleased' section to changelog; update 'contributing' docs

    **what is the change?:**
    - Add 'Unreleased' section to `CHANGELOG`
    - Add step to 'contributing' about updating the `CHANGELOG`
    
    **why make this change?:**
    
    Whoever does the release of a new React version must manually read
    through the recent git history and write the CHANGELOG update.
    
    If we incrementally add to the CHANGELOG under the 'Unreleased' header,
    as we make PRs, then to release a new version will just be updating
    'Unreleased' to be the new version number and adding a blank section for
    'Unreleased'.
    
    See http://keepachangelog.com/en/0.3.0/ for more info about this idea.
    
    **test plan:**
    Visual verification of the change, and also I built the website locally
    and inspected the change.
    
    **issue:**
    facebook#9527
    flarnie committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    5a60199 View commit details
    Browse the repository at this point in the history
  2. Update numbered list in 'how to contribute' docs

    **what is the change?:**
    Fix the numbers in a list
    
    **why make this change?:**
    They were incorrect due to an oversight in the previous commit.
    
    **test plan:**
    Look at the docs.
    
    **issue:**
    facebook#9527
    flarnie committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    7cdf63a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2017

  1. Wrap 'unreleased' CHANGELOG items in 'details' tag

    **what is the change?:**
    see title
    
    **why make this change?:**
    This will make the change log easier to read for folks who are just
    looking for info about the latest stable release.
    
    **test plan:**
    Visual inspection.
    
    **issue:**
    flarnie committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    2c63039 View commit details
    Browse the repository at this point in the history