lowitea_obsidian-tasks-cleaner/MAINTENANCE.md

486 B

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