Skip to content

Commit

Permalink
Add Semantic Versioning link
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Jul 21, 2017
1 parent 8f0366d commit f3f7ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ If this report includes issues related to `import` section of your files, `isort
$ pip install isort
$ isort **/*.py --diff

Always suggest a version bump. We use `Elm's philosophy <https://github.com/elm-lang/elm-package#version-rules>`_ for version bumping:
Always suggest a version bump. We use `Semantic Versioning <http://semver.org>`_ – or in `Elm community words <https://github.com/elm-lang/elm-package#version-rules>`_:

* MICRO: the API is the same, no risk of breaking code
* MINOR: values have been added, existing values are unchanged
Expand Down

0 comments on commit f3f7ff7

Please sign in to comment.