Skip to content

Commit

Permalink
chore: setup semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Jul 19, 2018
1 parent ecdb23d commit 166572f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ notifications:
node_js: '8'
install: npm install
script: npm run validate
after_success:
- npx codecov
# enable this later...
# - npx -p semantic-release@7 -c "semantic-release pre && npm publish && semantic-release post"
after_success: kcd-scripts travis-after-success
branches:
only: master
20 changes: 13 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "geniejs",
"version": "0.5.0",
"description":
"A JavaScript library committed to improving user experience by empowering users to interact with web apps using the keyboard (better than cryptic shortcuts).",
"version": "0.0.0-semantically-released",
"description": "A JavaScript library committed to improving user experience by empowering users to interact with web apps using the keyboard (better than cryptic shortcuts).",
"homepage": "https://github.com/kentcdodds/genie",
"author": "Kent C. Dodds <kent@doddsfamily.us>",
"main": "dist/geniejs.cjs.js",
Expand All @@ -17,21 +16,28 @@
"validate": "kcd-scripts validate",
"precommit": "kcd-scripts precommit"
},
"files": ["dist"],
"files": [
"dist"
],
"keywords": [],
"devDependencies": {
"kcd-scripts": "^0.6.0"
"kcd-scripts": "^0.39.2",
"semantic-release": "^15.8.1"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
"rules": {
"max-lines": "off"
}
},
"eslintIgnore": ["node_modules", "coverage", "dist"],
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"repository": {
"type": "git",
"url": "https://kentcdodds@github.com/kentcdodds/genie.git"
"url": "https://github.com/kentcdodds/genie.git"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 166572f

Please sign in to comment.