Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 630 Bytes

SHIPPING.md

File metadata and controls

12 lines (11 loc) · 630 Bytes

Shipping checklist

  • Update Info.plist
    • Bump version number in CFBundleVersion property
    • Add version to LBChangelog property
  • Bump version number in package.json and package-lock.json
  • Commit and push: git commit -m 'Prepare vX.Y.Z release' emoji-lookup.lbaction/Contents/Info.plist package.json package-lock.json && git push
  • Package: zip -r emoji-lookup-vX.Y.Z.zip emoji-lookup.lbaction/
  • Publish new release at https://github.com/jasonrudolph/launchbar-emoji-lookup/releases/new
    • Upload zip file
    • Add release name and release notes
    • Publish