eugef / node-mocks-http

Mock 'http' objects for testing Express,js, Next.js and Koa routing functions
Other
761 stars 135 forks source link

Auto publish and git-push after version bumping #106

Closed jasonkarns closed 8 years ago

jasonkarns commented 8 years ago

As described here

FYI, you can just do npm version <patch|minor|major> to bump versions when doing a release. That will bump the version in package.json, do a git commit and git tag automatically.

And with this PR, it will also automatically be published to npm and pushed to github.

howardabrams commented 8 years ago

Thank you!