Skip to content
Jan Pieter Waagmeester edited this page Dec 6, 2019 · 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-patch
    

    or

     npm run release-minor
    
Clone this wiki locally