From 466d7bb648636b72d1023046d54af68c24a72e0a Mon Sep 17 00:00:00 2001 From: Eric Fletcher Date: Fri, 22 Sep 2017 13:56:52 -0400 Subject: [PATCH] Grammatical updates --- versioning.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versioning.md b/versioning.md index 98fecbaf02..e312b12353 100644 --- a/versioning.md +++ b/versioning.md @@ -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.