Skip to main content

Setting up Releasaurus

My Tip

If you have not used Docusaurus before I strongly recommended going through the short interactive Docusaurus tutorial first.

Things You Will Need

Let's Get Started

  • Fork me!
  • Clone your fork
  • Change into the forked repo directory and run yarn install
  • Update docusaurus.config.js.
    • Simply do a search and replace of jamszh to the fork owner.
  • Update Repository Workflow permissions (Settings -> Actions -> General -> Workflow Permissions):
    • Allow Github actions read and write permissions
    • Allow Github actions to to create PRs.