Giter Site home page Giter Site logo

api-release-notes's Introduction

How to Add Release Notes to the Change Log

  • For each release, the notes should be put in their own markdown file and saved to the notes directory.

  • The filename should be prefixed with the date in YYY-MM-DD format and include the release version number after.

    • This is important as it will define the order of the notes in the full CHANGELOG.md file.
    • example: 2015-05-01_R11-1.md
  • We should strive to keep the notes in this format (which is really just the format provided by the brilliant http://keepachangelog.com/).

  • A special file _header.md is also in the notes directory. This will be the text that shows up at the top of CHANGELOG.md.

Rebuilding CHANGELOG.md

The CHANGELOG.md file in this repository is automatically generated by a script and should never be edited directly.

To rebuild CHANGELOG.md, first, make sure you have Node.js installed.

Then run these commands from the terminal:

# checkout the project
git clone https://github.com/BestBuyAPIs/api-release-notes.git

# install npm packages
npm install

# run the script
npm start

# once completed, commit the new changelog:
git commit -am "updated CHANGELOG"

# Finally, push the commit to github
git push origin master

api-release-notes's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.