1.0.0 • Published 8 years ago

pumpthebreaks v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

pump the breaks

cracks is a fantastically helpful CLI for detecting API breaking changes in your code based on your last release. This project wraps that functionality to be used in conjunction with GitHub PRs and Travis CI.

When API breaking changes are detected, pumpthebreaks will make a comment on your pull request with the error results so that everyone is aware that this pull request should result in a major release. See semver.org for more information regarding release types.

usage

In yo travis.yml, as part of your script, add:

	- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then npm i -g pumpthebreaks && pump; fi

and provide your personal access token for GitHub as an environment variable on Travis CI as GH_OAUTH_TOKEN so that pumpthebreaks can comment on your PR on your behalf.

1.0.0

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago