This repository was archived by the owner on Feb 7, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fae7b34
commit 466d7bb
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |