IBM/openapi-validator

Validator binary release prints wrong version

Closed this issue · 0 comments

Here's what is happening: the binary build / package step of the validator happens with the right code, but before semantic-release updates the package.json file with the new version. Therefore, when lint-openapi-<os> --version is run, it prints the previous version number, despite being the code for the current version.

This is confusing and we're working on a fix.