Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Wiki
  • Release Checklist

Release Checklist · Changes

Page history
update instruction for openapi-generator-cli authored Nov 06, 2020 by William Cheng's avatar William Cheng
Hide whitespace changes
Inline Side-by-side
Release-Checklist.md
View page @ 4674a736
...@@ -85,13 +85,8 @@ Checking openapi-generator-cli docker ... [OK] ...@@ -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 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 * 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) * 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 * NO need to update openapi-generator-cli as the version manager will pick up the new release automatically
- 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
* update online generator to use the latest stable version * update online generator to use the latest stable version
- login to api.openapi-generator.tech - login to api.openapi-generator.tech
......
Clone repository
  • API client generator HOWTO
  • Building your own Templates
  • Customizing client code generation
  • FAQ
  • Git Branches
  • Home
  • How to add a generator for a new language or framework
  • Integration Tests
  • Migration Guide
  • Mustache Template Variables
  • Pull Request Checklist
  • Release Checklist
  • Samples folder
  • Server stub generator HOWTO
  • Vendor Extensions
View All Pages