Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

72 lines (48 loc) · 1.96 KB

Change Log in OS2 projects/products

All notable changes to the project MUST be documented in this file.

The format can be based on Keep a Changelog and the project versioning could adher to Semantic Versioning.

Guiding Principles

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each version is displayed.
  • Mention whether you follow Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilitie

Example

[Unreleased] - yyyy-mm-dd

Here we write upgrading notes for brands. It's a team effort to make them as straightforward as possible.

Added

Changed

Fixed

[1.2.4] - 2017-03-15

Here we would have the update steps for 1.2.4 for people to follow.

Added

Changed

Fixed

  • PROJECTNAME-TTTT PATCH Add logic to runsheet teaser delete to delete corresponding schedule cards.

[1.2.3] - 2017-03-14

Added

Changed

Fixed