@a_team/prisma 3.5.0-macos → 3.5.1-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -111,6 +111,13 @@ cp .env.sample .env
111
111
  npx ts-node playground/missionSpec.ts
112
112
  ```
113
113
 
114
+ ### Deployment versioning
115
+
116
+ - Given a version pattern `MAJOR.MINOR.PATCH`, incrementing and releasing should be done as:
117
+ - `MAJOR` version must be increased when incompatible service/code changes are made,
118
+ - `MINOR` version must be increased when functionality in a backwards-compatible manner is made,
119
+ - `PATCH` version must be increased when backwards-compatible bug fixes (for existing features) are made.
120
+
114
121
  ### Publishing a new version
115
122
 
116
123
  - Pull the latest changes on the `main` branch and push the following tag to the repository: