Skip to content
Jan Pieter Waagmeester edited this page Jun 5, 2018 · 5 revisions

Leaflet-providers release process

  1. checkout master branch and pull changes from origin:

     git checkout master
     git pull origin master
    
  2. Add changes to CHANGELOG.md (and commit them)

  3. Release (also pushes to github and publishes to npm)

     npm run release
    
Clone this wiki locally