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
- nvm or Node.js version 18.16.0 LTS installed -yarn
- Github Personal Access Token
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
jamszhto the fork owner.
- Simply do a search and replace of
- Update Repository Workflow permissions (
Settings -> Actions -> General -> Workflow Permissions):- Allow Github actions
read and writepermissions - Allow Github actions to to create PRs.
- Allow Github actions