Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.04 KB

RELEASING.md

File metadata and controls

25 lines (17 loc) · 1.04 KB

Step 1 - Re-generate the SDK source code

The source code from this repo is generated using OpenAPI generator and the Open API specification for the Tremendous API. The .ts files can be re-generated and compiled with the following commands:

bin/generate && npm run build

After that, please review the changes to double check that the changes to the API spec were generated correctly. Please open a Pull Request with the file changes and wait for the test pipeline before merging it to master.

Step 2 - Update the version on package.json

The Pull Request with the changes to the generated files should update the version on package.json following Semantic Versioning practices - most changes here should be backwards compatible and deserve a MINOR version update

Step 3 - Publish a new release on GitHub

The publish.yml workflow is responsible for publishing the package to NPM when a new release is published on GitHub.