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
Updated Release Checklist (markdown) authored Jun 19, 2018 by Jérémie Bresson's avatar Jérémie Bresson
Show whitespace changes
Inline Side-by-side
Release-Checklist.md
View page @ 22616a83
## Before Release ## Before Release
- Add a quick announcement on the Gitter channel (one day before)
- Update dependencies if needed (swagger-core, swagger-parser versions...). (e.g. [#4889](https://github.com/swagger-api/swagger-codegen/pull/4889)). If you change this, please performs some tests to ensure that nothing is broken after the update.
- Review [milestones](https://github.com/openapitools/openapi-generator/milestones) to ensure there are no outstanding issues/PRs that need to be urgently addressed before the release. - Review [milestones](https://github.com/openapitools/openapi-generator/milestones) to ensure there are no outstanding issues/PRs that need to be urgently addressed before the release.
- Create the next milestone (e.g. 3.0.3 if the current version if 3.0.2-SNAPSHOT)
- Update **open** PRs, issues of the current milestone (e.g. 3.0.2) to the next milestone (3.0.3) - Create the next milestone (e.g. 3.0.3 if the current version is 3.0.2-SNAPSHOT)
- update dependencies if needed (core, parser versions...) (e.g. [#4889](https://github.com/swagger-api/swagger-codegen/pull/4889)), if needed. For issues, here are the steps: - Update **open** PRs & issues of the current milestone (e.g. 3.0.2) to the next milestone (3.0.3), here are the steps:
- Go to the [issue tracker](https://github.com/OpenAPITools/openapi-generator/issues) - Go to the [Milestones list](https://github.com/OpenAPITools/openapi-generator/milestones)
- Click on the drop-down menu "Milestones" and select `3.0.2` (current milestone) - Select the current milestone (`3.0.2`)
- After the page loading completes (which show all issues for the milestone `3.0.2`), click on the checkbox next to the issue counter (right below `Clear current search query, filters, and sorts`) to select all issues in the current page - After the page loading completes (which show all issues and PR for the milestone `3.0.2`), click on the checkbox next to the "open" counter.
- Click again on the drop-down menu "Milestones" to change the milestones of these selected issues to `3.0.3` - Click on the drop-down menu "Milestones" to change the milestones of these selected issues to `3.0.3`
- Repeat until all issues have been updated with the new milestones - (Repeat until all issues have been updated with the new milestones -- in case of multiple pages)
- (the same procedure can be applied to updating the PR's milestone)
- File a PR: (e.g. [#280](https://github.com/OpenAPITools/openapi-generator/pull/280)) - File a PR: (e.g. [#280](https://github.com/OpenAPITools/openapi-generator/pull/280))
- to remove the SNAPSHOT version (script `bin/utils/release_version_update.sh` can be used, e.g. `bin/utils/release_version_update.sh 3.0.2-SNAPSHOT 3.0.2`) - to remove the SNAPSHOT version (script `bin/utils/release_version_update.sh` can be used, e.g. `bin/utils/release_version_update.sh 3.0.2-SNAPSHOT 3.0.2`)
- to update the OpenAPI Generator Online's Dockerfile to use the stable version. (script `bin/utils/release_version_update.sh` can be used) - to update the OpenAPI Generator Online's Dockerfile to use the stable version. (script `bin/utils/release_version_update.sh` can be used)
- to disable bin/ensure-up-to-date.sh in shippable for the time being. - to disable bin/ensure-up-to-date.sh in shippable for the time being.
- Add a quick announcement on the Gitter channel (one day before)
## Release ## Release
- merge the "prepare release" PR - merge the "prepare release" PR
......
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