Skip to content
Maurice Lam edited this page Feb 17, 2018 · 1 revision

To create a new release version, run

npm version [minor/major]

This will create a commit with a version bump, together with a release artifact under gen/scrollmaps-<version>.zip. The zip file should be uploaded to GitHub release and Chrome web store.

A release artifact can be generated without a version bump using grunt release.

Clone this wiki locally