Skip to content

Changelog Style

Rafi Long edited this page May 10, 2014 · 1 revision
  • Have different prefixes
  • ADD
  • REMOVE
  • FIX
  • IMPROVE
  • CHANGE
  • Should have changelog additions for the following reasons:
  • Group changes together under large groups that encompass major parts of the website (i.e. layout, pages, back end).
  • Smaller sub-groups such as individual changes or which specific part of the layout has been changed should be classified under the larger groups.
  • Individual commits will be placed within these sub-groups. Every and any change must be recorded be it a change to the css or a typo fix.
  • Version control:
  • [Major release].[Minor release]
  • Major release covers dev to master to heroku
  • Minor release covers master to heroku

Clone this wiki locally