Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 608 Bytes

DEPLOY.md

File metadata and controls

12 lines (12 loc) · 608 Bytes

How to deploy

  1. Pull the latest changes: git pull origin main
  2. Make a branch git checkout -b release-<version>
  3. Update the version in the package.json and manifest.json
  4. Commit the version changes, open and merge PR.
  5. On main branch with latest changes, create and push a tag:
    git tag <version>
    git push origin <version>
  6. Build the app with npm run dev
  7. Create a Github Release with the Release Title , uploading the main.js, styles.css, and manifest.json. Click "Generate Release Notes"