Skip to content

Commit

Permalink
add to release steps [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 15, 2015
1 parent 779c334 commit 6e32b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ An official release requires:
- Updating the CHANGELOG.md
- Publishing new binaries for a non-alpha version like `3.1.5`. So you'd want to merge your branch and then edit the `version` value in package json back to a decent value for release.
- Create a github tag like `git tag 3.1.5 -m "v3.1.5"`
- Test mapnik-swoop again for your new tagged version
- Optional: Test mapnik-swoop again for your new tagged version
- Ensure you have a clean checkout (no extra files in your check that are not known by git). You need to be careful, for instance, to avoid a large accidental file being packaged by npm. You can get a view of what npm will publish by running `make testpack`
- Fully rebuild and ensure install from binary works: `make clean && npm install --fallback-to-build=false`
- Then publish the module to npm repositories by running `npm publish`

### Documentation
Expand Down

0 comments on commit 6e32b14

Please sign in to comment.