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
add release checkout script authored Jul 08, 2018 by William Cheng's avatar William Cheng
Show whitespace changes
Inline Side-by-side
Release-Checklist.md
View page @ 1f1aec3f
......@@ -42,6 +42,7 @@ Check status of the tag build on travis CI.
Tests:
What to check:
* Check DockerHub:
- https://hub.docker.com/r/openapitools/openapi-generator-cli/tags/
- https://hub.docker.com/r/openapitools/openapi-generator-online/tags/
......@@ -49,6 +50,23 @@ Tests:
- Run a small maven project using the `openapi-generator-maven-plugin` central plugin
- Run a small gradle project: `modules/openapi-generator-gradle-plugin/samples/local-spec`, according to the `README.md` there, do some test with `-PopenApiGeneratorVersion=<version>`
How to check:
- run `ruby ./bin/utils/release_checkout.rb 3.1.0` (example) and the result looks like the following:
```
Running checkout on OpenAPI Generator release 3.1.0
Checking homebrew forumla ... [OK]
Checking openapi-generator JAR ... [OK]
Checking openapi-generator-cli JAR ... [OK]
Checking openapi-generator-maven-plugin JAR ... [OK]
Checking openapi-generator-gradle-plugin JAR ... [OK]
Checking openapi-generator-online JAR ... [OK]
Checking openapi-generator-project pom.xml ... [OK]
Checking openapi-generator README.md ... [OK]
Checking openapi-generator-online docker ... [OK]
Checking openapi-generator-cli docker ... [OK]
```
(Note: the release checkout script may not catch every possible edge cases and will need further enhancement to take care of those situations)
## After Release
......
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