Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 433 Bytes

development.md

File metadata and controls

9 lines (9 loc) · 433 Bytes

Release checklist

  1. Verify changelog.md
  2. Make sure package.json version is correctly updated
  3. Make sure SDK version is updated in examples
  4. Update SDK version in example generator to the one that is being published
  5. Make sure CI build passes
  6. Run nvm use 18; rm -rf node_modules package-lock.json; npm i && npm run build && npm publish
  7. Verify examples are in working condition
  8. Create git tag and push it to master