Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 710 Bytes

version-cutting.md

File metadata and controls

18 lines (16 loc) · 710 Bytes

(For maintainers) How to cut a new version

This is a checklist (mostly for me) on how to cut a new version of MistQL.

  1. Cut a new branch from main named X.Y.Z
  2. Update the CHANGELOG
  3. Update the version in py/mistql/__init__.py
  4. Update the version in py/pyproject.toml
  5. Update the version in js/package.json
  6. Update the version in meta.yaml
  7. One final test via talc test all
  8. Commit the changes (You should have 5 files changed)
  9. Publish the npm and pypi packages via talc publish js and talc publish py
  10. Update the doc version of MistQL
  11. Version the docs via npm run docusaurus docs:version X.Y.Z
  12. Commit the changes
  13. Push the branch
  14. Create a PR and merge it