... | ... | @@ -5,6 +5,7 @@ |
|
|
- 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.
|
|
|
|
|
|
- Check for **merged PRs** without milestone (Search query `is:pr is:merged no:milestone` - [link](https://github.com/OpenAPITools/openapi-generator/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+no%3Amilestone+)). Each merged PR should have a milestone defined.
|
|
|
- Create the next milestone (e.g. 3.0.3 if the current version is 3.0.2-SNAPSHOT)
|
|
|
- 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 [Milestones list](https://github.com/OpenAPITools/openapi-generator/milestones)
|
... | ... | |