dotcom-rendering
dotcom-rendering copied to clipboard
Automate Publishing Of API Models To npm
We have several other projects that publish npm packages automatically using different methods:
- atoms-rendering - using changesets
- libs - using semantic release
- cdk - using semantic release
- source - using changesets
DevX can help us understand the current best practice and set it up on this project.
We'll want releases of both packages to happen together and to remain in sync (version numbers etc.). We'll need to take into account that we're publishing more than just a JavaScript/TypeScript package. As a result, we may want to opt for tooling that can understand multiple languages and package managers (semantic release for example).