Skip to content

Commit

Permalink
😒 Add Reparo label generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Oct 10, 2016
1 parent 2de353b commit 99a433c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ before_script:
after_success:
- npm run coverage
- npm run semantic-release
- npm run reparo

branches:
except:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"nyc": "nyc --all npm run ava",
"start": "node ./",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"reparo": "reparo -b master"
},
"contributors": [
"Scott Nath <[email protected]>",
Expand Down Expand Up @@ -61,6 +62,7 @@
"punchcard-commit-msg": "^1.0.0",
"punchcard-semantic-release": "^2.0.1",
"raw-loader": "^0.5.1",
"reparo": "^1.1.1-0",
"semantic-release": "^4.3.5",
"tap-diff": "^0.1.1"
},
Expand Down

0 comments on commit 99a433c

Please sign in to comment.