Skip to content
Jan Pieter Waagmeester edited this page Sep 4, 2015 · 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
    
  4. Update gh-pages branch

     git checkout gh-pages
     git pull origin master
     # <commit merge>
     git push origin gh-pages
    
Clone this wiki locally