From cc45beb9da10d4df568698bebf0e8c42279c952e Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Wed, 25 Apr 2018 08:33:13 -0400 Subject: [PATCH] Remove details --- docs/PUBLISHING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 99dcbfecf5..27937c2f2f 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -20,5 +20,5 @@ We follow [semantic versioning](https://semver.org) where the following sequence What to expect while Marked is a zero-major (0.x.y): 1. The major will remain at zero; thereby, alerting consumers to the potentially volatile nature of the package. -2. The minor will tend to be more analagous to a `major` release. For example, we plan to release `0.4.0` once we have fixed most, if not all, known issues related to the CommonMark and GFM specifications because the architecture changes planned during `0.4.0` will most likely introduce breaking changes. -3. The patch will tend to be more analagous to a `minor` release. +2. The minor will tend to be more analagous to a `major` release. +3. The patch will tend to be more analagous to a `minor` release or a collection of bug fixes (patches).