Skip to content

Publish

Johann Pinson edited this page Aug 31, 2017 · 1 revision

The publish process uses standard-version

  1. npm i -g standard-version
  2. standard-version --prerelease beta (the flags beta can change)
  3. git push --follow-tags origin master && npm publish
Clone this wiki locally