Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit e3e7b4e

Browse files
authored
bump openapi-generator (#40)
1 parent d10fc10 commit e3e7b4e

100 files changed

Lines changed: 1345 additions & 651 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/publish-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '[0-9]+.[0-9]+.[0-9]+'
7+
- '[0-9]+.[0-9]+.[0-9]+.post[0-9]+'
78

89
jobs:
910
test_and_publish:

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.13.0
1+
7.20.0

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,20 @@ Use `make lint` to make sure lint check passes before pushing.
1212

1313
## Guidelines
1414

15+
### Update openapi-generator version
16+
17+
* Run `make templates`
18+
* Generate diff from `support/api_generation/custom_templates` with `support/api_generation/templates.spec`
19+
* Create new temporary branch
20+
* `make templates` / `rm -fr support/api_generation/custom_templates/*` / `mv support/api_generation/templates.spec/* support/api_generation/custom_templates/`
21+
* Push and create PR (to be closed without merge) - use it as reference for changes
22+
* Back to upgrade branch
23+
* Update version in `support/api_generation/openapi-generator-cli.sh`
24+
* Run `make templates` again
25+
* Update `support/api_generation/custom_templates` with the new templates considering the changes from first step
26+
* `rm -fr support/api_generation/custom_templates/*` / `mv support/api_generation/templates.spec/* support/api_generation/custom_templates/`
27+
* Re-apply changes using the temporary PR created before
28+
29+
### Update Dojo OpenAPI schema
30+
1531
...

0 commit comments

Comments
 (0)