Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 486 Bytes

File metadata and controls

20 lines (19 loc) · 486 Bytes

Maintenance Guide

  1. Make release commit
    npm version patch
    # or
    npm version minor
    # or
    npm version major
  2. Push all to upstream
    git push origin master --follow-tags
  3. Build release main.js
    npm run build
  4. Create a new release specifying pushed tag ⚠️ Add main.js, style.css, manifest.json to the release assets