Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 438 Bytes

RELEASE.md

File metadata and controls

12 lines (11 loc) · 438 Bytes

Releasing

  • Sync with origin: git pull --ff-only
  • Run tests: make test
  • Bump version in package/manifest.json
  • Commit: git commit -a
  • Create package: make release
  • Tag release: git tag -s xx -m "Release xx."
  • Push changes: git push && git push --tags
  • Publish package at https://chrome.google.com/webstore/devconsole
    • Upload updated package
    • Update descriptions for each language: make show-descriptions