Skip to content

Commit 53fa608

Browse files
committed
added versioning
1 parent 9ea355b commit 53fa608

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- [Wording Guideline](#wording-guideline)
2020
- [Parse Error](#parse-error)
2121
- [Parse Server Configuration](#parse-server-configuration)
22+
- [Versioning](#versioning)
2223
- [Code of Conduct](#code-of-conduct)
2324

2425
## Contributing
@@ -281,6 +282,13 @@ Introducing new [Parse Server configuration][config] parameters requires the fol
281282
1. Add test cases to ensure the correct parameter value validation. Parse Server throws an error at launch if an invalid value is set for any configuration parameter.
282283
1. Execute `npm run docs` to generate the documentation in the `/out` directory. Take a look at the documentation whether the description and formatting of the newly introduced parameters is satisfactory.
283284

285+
## Versioning
286+
287+
Parse Server follows [semantic versioning](https://semver.org) with syntax `x.y.z` which defines:
288+
- `x` is the *major* version number which means a *breaking release* that may include changes that are not backwards compatible
289+
- `y` is the *minor* version number which means a *feature release* that may include new features, improvements or other changes that are backwards compatible
290+
- `z` is the *patch* version number which means a *patch release* that may include bug fixes that are backwards compatible
291+
284292
## Code of Conduct
285293

286294
This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/parse-community/parse-server/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code.

0 commit comments

Comments
 (0)