... | ... | @@ -85,13 +85,8 @@ Checking openapi-generator-cli docker ... [OK] |
|
|
- update versions to next SNAPSHOT version (e.g. [#285](https://github.com/OpenAPITools/openapi-generator/pull/285)). Script `bin/utils/release/release_version_update.sh snapshot` can be used. **Be careful** this script may create changes that need to be reverted. Verify the output after running.
|
|
|
* update Homebrew formula to use the latest version, e.g. https://github.com/Homebrew/homebrew-core/pull/29164/commits/21c808cf733d42581e1a4a096828c1996ca314e2
|
|
|
* close the released milestone (see [milestones](https://github.com/openapitools/openapi-generator/milestones) view)
|
|
|
* after the JAR has been published to the Maven repo, update "openapi-generator-cli"
|
|
|
- git clone https://github.com/OpenAPITools/openapi-generator-cli
|
|
|
- cd openapi-generator-cli
|
|
|
- npm login
|
|
|
- npm install
|
|
|
- Check https://search.maven.org/search?q=g:org.openapitools to ensure it's showing the released stable version
|
|
|
- npm version patch && npm run build:all && npm run publish
|
|
|
|
|
|
* NO need to update openapi-generator-cli as the version manager will pick up the new release automatically
|
|
|
|
|
|
* update online generator to use the latest stable version
|
|
|
- login to api.openapi-generator.tech
|
... | ... | |