Skip to content

Release Guide

Yasuaki Uechi edited this page Aug 16, 2018 · 1 revision

Build production script

npm install
npm run build

Update version number in

  • package.json
  • Polyglot.safariextension/Info.plist
  • docs/manifest.plist

Commit and tag new release

git commit -m 'release: vX.X.X'
git tag vX.X.X -am 'vX.X.X'
git push
Clone this wiki locally