fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3245 from hey-api/docs/versioning-note

docs: update copy on versioning

authored by

Lubos and committed by
GitHub
361d5dca bf2e0c53

+4 -16
+2 -8
docs/openapi-ts/get-started.md
··· 70 70 71 71 ### Versioning 72 72 73 - This package does NOT follow the [semantic versioning](https://semver.org/) strategy. Please pin an exact version so you can safely upgrade when you're ready. 74 - 75 - Due to the nature of the package, we use the following versioning strategy. 76 - 77 - - `1.x.x`: significant breaking changes, reserved for v1 release 78 - - `x.1.x`: breaking changes 79 - - `x.x.1`: new features, bug fixes, and non-breaking changes 73 + This package is in [initial development](https://semver.org/#spec-item-4). Please pin an exact version so you can safely upgrade when you're ready. 80 74 81 - We publish [migration notes](/openapi-ts/migrating) for every breaking release. You might not be impacted by a breaking release if you don't use the affected plugin(s). 75 + We publish [migration notes](/openapi-ts/migrating) for every breaking release. You might not be impacted by a breaking change if you don't use the affected features. 82 76 83 77 ## Usage 84 78
+2 -8
packages/openapi-ts/README.md
··· 214 214 215 215 ### Versioning 216 216 217 - This package does NOT follow the [semantic versioning](https://semver.org/) strategy. Please pin an exact version so you can safely upgrade when you're ready. 218 - 219 - Due to the nature of the package, we use the following versioning strategy. 220 - 221 - - `1.x.x`: significant breaking changes, reserved for v1 release 222 - - `x.1.x`: breaking changes 223 - - `x.x.1`: new features, bug fixes, and non-breaking changes 217 + This package is in [initial development](https://semver.org/#spec-item-4). Please pin an exact version so you can safely upgrade when you're ready. 224 218 225 - We publish [migration notes](https://heyapi.dev/openapi-ts/migrating) for every breaking release. You might not be impacted by a breaking release if you don't use the affected plugin(s). 219 + We publish [migration notes](https://heyapi.dev/openapi-ts/migrating) for every breaking release. You might not be impacted by a breaking change if you don't use the affected features. 226 220 227 221 ## Usage 228 222