feat([openapi]): if service version is lower than latest add a servi…#29
feat([openapi]): if service version is lower than latest add a servi…#29XaaXaaX wants to merge 1 commit intoevent-catalog:mainfrom
Conversation
|
1ffa5ee to
1aee346
Compare
|
This PR relates to SDK PR event-catalog/sdk#44 |
4133cfa to
6085f46
Compare
…test add a service version in versioned folder
6085f46 to
0b835db
Compare
|
Related to SDK latest release event-catalog/sdk#44 |
Motivation
When service version lower than latest are treated after latest is already treated this leads to versioning the latest in versioned and keep the incorrect version as latest.
example:
if a sepc for version 2 is treated and later the version 1 is treated the latest version will be the v1 and v2 get into the versiones folder.
This pulrequest check the sequence of versions and treat them in correct order