... | ... | @@ -17,7 +17,7 @@ |
|
|
- Set the correct version by executing `bin/utils/release/release_version_update.sh` with the target version increment (`major`, `minor`, `build`, or `snapshot`). Example:
|
|
|
```bin/utils/release/release_version_update.sh build```
|
|
|
- mention the coming release in the docs. `bin/utils/release/release_version_update_docs.sh` accepts a version and the increment. Example:
|
|
|
```bin/utils/release/release_version_update_docs.sh 3.0.2 build` ```
|
|
|
```bin/utils/release/release_version_update_docs.sh 3.0.2 build ```
|
|
|
See commit [9056c1e5e3](https://github.com/OpenAPITools/openapi-generator/pull/588/commits/9056c1e5e3f8bac515e676a4d8ebed0f0d4dc85b))
|
|
|
- Verify or modify the updated values accordingly
|
|
|
- update root `README.md`: (e.g. [167b2f5](https://github.com/openapitools/openapi-generator/commit/167b2f59b811ba6780976a6e6764c1edf75a30f7), [1029b69](https://github.com/openapitools/openapi-generator/commit/1029b692e5fcfc2600433a85613ba42e2646826d))
|
... | ... | |