You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -288,19 +288,19 @@ Introducing new [Parse Server configuration][config] parameters requires the fol
288
288
289
289
Parse Server follows [semantic versioning](https://semver.org) with a flavor of [calendric versioning](https://calver.org). Semantic versioning makes Parse Server easy to upgrade because breaking changes only occur in major releases. Calendric versioning gives an additional sense of how old a Parse Server release is and allows for future Long-Term Support concepts, which Parse Server currently does not provide.
- The `major` version increments every year and may include changes that are *not* backwards compatible.
294
-
- The `feature` version increments during the year and may include newfeatures or improvements of existing features that are backwards compatible.
295
-
- The `fix` version increments during the year and may include bug fixes that are backwards compatible.
294
+
- The `minor` version increments during the year and may include newfeatures or improvements of existing features that are backwards compatible.
295
+
- The `patch` version increments during the year and may include bug fixes that are backwards compatible.
296
296
- The `pre-release-label` is optional for pre-release versions such as:
297
297
-`-alpha` (likely to contain bugs, likely to change in features until release)
298
298
-`-beta` (likely to contain bugs, no change in features until release)
299
299
-`-rc0` (unlikely to contain bugs, no change in features until release)
300
300
301
301
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.
303
-
- Bug fixes of security vulnerabilities are `fix` releases, unless they cause a breaking change, then they are `major` releases.
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.
303
+
- Bug fixes of security vulnerabilities are `patch` releases, unless they cause a breaking change, then they are `major` releases.
0 commit comments