Skip to content

Commit 32b8274

Browse files
committed
update
1 parent fcc8b97 commit 32b8274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Parse Server follows [semantic versioning](https://semver.org) with a flavor of
290290

291291
Syntax: `[major]`**.**`[minor]`**.**`[patch]`**-**`[pre-release-label]`
292292

293-
- The `major` version increments every year and may include changes that are *not* backwards compatible.
293+
- The `major` version increments with the first release of every year and may include changes that are *not* backwards compatible.
294294
- The `minor` version increments during the year and may include new features or improvements of existing features that are backwards compatible.
295295
- The `patch` version increments during the year and may include bug fixes that are backwards compatible.
296296
- The `pre-release-label` is optional for pre-release versions such as:
@@ -299,7 +299,7 @@ Syntax: `[major]`**.**`[minor]`**.**`[patch]`**-**`[pre-release-label]`
299299
- `-rc0` (unlikely to contain bugs, no change in features until release)
300300

301301
Exceptions:
302-
- The `major` version may increment during the year in the unlikely event that a breaking change is so urgent that it cannot wait for the next yearly release. This should be as rare as the planetary alignment of Jupiter and Saturn.
302+
- The `major` version may increment during the year in the unlikely event that a breaking change is so urgent that it cannot wait for the next yearly release. An example would be a vulnerability fix that leads to an unavoidable breaking change.
303303
- Bug fixes of security vulnerabilities are `patch` releases, unless they cause a breaking change, then they are `major` releases.
304304

305305
## Code of Conduct

0 commit comments

Comments
 (0)