Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Grammatical updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fletch3555 committed Sep 22, 2017
1 parent fae7b34 commit 466d7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versioning.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Versioning for Voyager

We try to follow [semver](http://semver.org/) versioning standards as good as we can.
We try to follow [semver](http://semver.org/) versioning standards as best we can.

This means that any changes to the current stable version of Voyager should be done targeting the `master` branch which will be relased as a patch release. Which will increase the last number of the version, example 1.0.**1**.
This means that any changes to the current stable version of Voyager should be done targeting the `master` branch, which will be included in a new patch releases (e.g. 1.0.**1**).

However any breaking change **must** be targeting the `develop` branch, which will be released as a minor or major release. Which will increase the middle or first version number.
However, any pull requests containing breaking/backwards-incompatible changes **must** target the `develop` branch, which will be included in a new minor or major release (e.g. 1.**1**.0 or **2**.0.0)

If you have questions about this, please join our Slack team.

0 comments on commit 466d7bb

Please sign in to comment.