Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
feat(tools): add semantic tools
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Jun 13, 2018
1 parent a539936 commit 2731319
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 0 deletions.
323 changes: 323 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"devDependencies": {
"@commitlint/cli": "^6.1.3",
"@commitlint/config-conventional": "^6.1.3",
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/git": "^5.0.0",
"babel-cli": "^6.3.17",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
Expand Down Expand Up @@ -98,5 +100,18 @@
"prettier-package-json --write",
"git add"
]
},
"release": {
"branch": "master",
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
]
}
}

0 comments on commit 2731319

Please sign in to comment.