Open martinjoconnor opened 7 years ago
Each server has a file swagger.json
that has a version variable inside of the following:
{
"swagger": "2.0",
"info": {
"title": "CEDAR Terminology Server API",
"description": "CEDAR Terminology Server API",
"version": "1.0.6"
}
Rather than release script sed
malarkey it might be possible to set the version via annotations. See:
https://stackoverflow.com/questions/35783349/setting-the-api-version-with-swagger-ui
Also swagger.yml.
Currently version 1.0.0 is hard coded into the Swagger documentation. Update the release script to put the current release version into the documentation.