From 8f7cf0fe9d77933ef5e0769e99e04ab2653fa984 Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Mon, 20 Apr 2020 13:23:35 +0100 Subject: [PATCH] Fix semantic versioning link --- manual/versioning.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/manual/versioning.md b/manual/versioning.md index 3a83b6f1b59..3a70f2f154d 100644 --- a/manual/versioning.md +++ b/manual/versioning.md @@ -9,12 +9,13 @@ configuration. ## Release Policy -We're following http://semver.org/[SemVer] (as much as one can be -following it when the major version is 0). At this point bumps of the -minor (second) version number are considered major releases and always -include new features or significant changes to existing features. API -compatibility between major releases is a big concern, as there are -many RuboCop extensions that can be affected by breaking API changes. +We're following [Semantic Versioning](http://semver.org/) (as much as +one can be following it when the major version is 0). At this point +bumps of the minor (second) version number are considered major releases +and always include new features or significant changes to existing +features. API compatibility between major releases is a big concern, as +there are many RuboCop extensions that can be affected by breaking API +changes. The development cycle for the next major release starts immediately after the previous one has been