Skip to content

Commit

Permalink
Merge pull request rackerlabs#121 from tonyskapunk/versioning
Browse files Browse the repository at this point in the history
Adding versioning definition.
  • Loading branch information
tonyskapunk authored Sep 29, 2017
2 parents 6c091e0 + 820dbdd commit 69725fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Contribution guidelines can be found in [CONTRIBUTING.md](https://github.com/rac
- psmisc
- sysstat >= 9

## Versioning

`recap` is following the `x.y.z` versioning as defined below:

- **x** *(major)* - Changes that prevent at least some rolling upgrades.
- **y** *(minor)* - Changes that don't break any rolling upgrades but require closer user attention for example configuration defaults, function behavior, tools used to produce reports, among others.
- **z** *(patch)* - Changes that are backward-compatible including features and/or bug fixes.

## Installation

It is highly recommended to make use of a package to install `recap` is the easiest way to keep it updated whenever there is a new release.
Expand Down

0 comments on commit 69725fb

Please sign in to comment.