Sage-Bionetworks / rocc-service

ROCC REST API service
Apache License 2.0
1 stars 0 forks source link

Update to ROCC schemas 0.1.7 #131

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

A new version of the ROCC schemas is available.

  1. Checkout the branch behind this Pull Request.

    git fetch git checkout <branch_name>

  2. Run the openapi-generator using the new ROCC OpenAPI specification.

    npm run generate:server:version --oas_version=0.1.7

  3. Review the updates made to this tool in the [ROCC schemas CHANGELOG].

  4. Review and stage/discard changes. If you are using VS Code, this step can be performed relatively easily using the section named "Source Control". This section lists the files that have been modified by the generator. When clicking on a file, VS Code shows side-by-side the current and updated version of the file. Changes can be accepted or rejected at the level of an entire file or for a selection of lines.

  5. Push the changes to remote, review and merge the PR.