Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Docs: add tilde clause for semver section
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Oct 7, 2014
1 parent 4a1fe3b commit b7c8326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -218,7 +218,7 @@ if (z['a']) a(); // all errors will be reported

## Versioning & Semver

We recommend installing JSCS via NPM using `^` as the version range.
We recommend installing JSCS via NPM using `^`, or `~` if you want more stable releases.

Semver (http://semver.org/) dictates that breaking changes be major version bumps. In the context of a linting tool, a bug fix that causes more errors to be reported can be interpreted as a breaking change. However, that would require major version bumps to occur more often than can be desirable. Therefore, as a compromise, we will only release bug fixes that cause more errors to be reported in minor versions.

Expand Down

0 comments on commit b7c8326

Please sign in to comment.