Skip to content

Commit

Permalink
Update MINOR and PATCH version description
Browse files Browse the repository at this point in the history
  • Loading branch information
Snakybo committed Dec 5, 2020
1 parent 6581d39 commit 0a6cc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ This document will contain a chronological list of all notable changes made to C
The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). The versioning scheme used is [Semantic Versioning](https://semver.org/spec/v2.0.0.html), the notable breakpoints of what defines a major, minor, or patch version are as follows:

* The MAJOR component is only used ceremonically and will likely not be incremented unless a significant rewrite happens that does not have backwards compatibility.
* The MINOR component is used whenever a version has backwards-compatible profile changes. This also indicates that the user can not switch back to the old version without a backup.
* The PATCH component is used for versions that do not contain profile changes, this can also include major new features.
* The MINOR component is used whenever a version has backwards-compatible profile changes. This also indicates that the user can not switch back to a previous MINOR version without using a backup.
* The PATCH component is used for versions that do not contain profile format changes. Users can freely switch between PATCH versions without risk of data loss.

## [Unreleased]

Expand Down

0 comments on commit 0a6cc6e

Please sign in to comment.