ohmjs / ohm

A library and language for building parsers, interpreters, compilers, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release: ohm-js v17

pdubroy opened this issue · comments

TODO:

  • Make sure the changelog is up to date
  • Write the release notes
  • Ensure documentation is up to date. Link to the release notes where appropriate.
    • Change major version in all CDN links (e.g. @16@17)
  • Change the version number in the packages/ohm-js/package.json
  • Update all other packages in the monorepo to require the new version
  • Publish all packages: pnpm publish -r --dry-run (remove --dry-run option if all looks good)
  • Create a release at https://github.com/harc/ohm/releases
  • Post on https://twitter.com/_ohmjs
  • Deploy new documentation in ohmlang.github.io
    • Edit sidebars.js and add the new doc to the 'Release notes' category
  • Change major version in harc/ohm-editor and deploy
  • Update the tutorial
    • Change major version used on the page itself (in the Appendix)
    • Change major version referenced in the <script> tag example