Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-05-16 15:23:51 +0300
committerNick Thomas <nick@gitlab.com>2018-05-16 15:23:51 +0300
commite6c6fc7988fc6714a96c326cc4b72b2e4cbc56f9 (patch)
treef46982021907a6b3ae66ce48516fc02e7f75197b /PROCESS.md
parent17638e36e4097fa1a53cab9eba97def9bf316c76 (diff)
Simplify and concretise semver
Diffstat (limited to 'PROCESS.md')
-rw-r--r--PROCESS.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/PROCESS.md b/PROCESS.md
index 849d4bf8..9ad14210 100644
--- a/PROCESS.md
+++ b/PROCESS.md
@@ -9,9 +9,7 @@ contributions.
## Versioning
-GitLab Pages follows [Semantic Versioning](https://semver.org/). In its pre-1.0
-state, it follows the post-1.0 rules, except that MAJOR changes are treated as
-MINOR changes.
+GitLab Pages follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The `X-Y-stable` branches and `master` should never have their history
rewritten. Tags should never be deleted.