Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 558 Bytes

RELEASE.md

File metadata and controls

10 lines (8 loc) · 558 Bytes

Release notes for comit.network

Upgrade to a new docusaurus version

  1. Pick a released docusaurus version to upgrade to.
  2. Update the docusaurus version in package.json:
    1. Update @docusaurus/core
    2. Update @docusaurus/preset-classic
  3. Verify it's working properly with yarn install && yarn run start to see the generated site.
  4. Create a PR and get it merged to master so that it triggers a Netlify deploy.