Skip to content

Commit

Permalink
appveyor should now pass after #209 was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer committed Apr 27, 2018
1 parent 9aaf0e7 commit e6a5986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

### Releasing a new version:

- Ensure tests are passing on travis (okay for appveyor node v4 x86 to fail)
- Ensure tests are passing on travis and appveyor
- Run `node scripts/abi_crosswalk.js` and commit any changes
- Update the changelog
- Tag a new release like: `git tag -a v0.6.34 -m "tagging v0.6.34" && git push --tags`
- Run `npm publish`
- Run `npm publish`

0 comments on commit e6a5986

Please sign in to comment.