Skip to content

Commit

Permalink
fix: semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 8, 2018
1 parent d119264 commit 4bb0e25
Show file tree
Hide file tree
Showing 3 changed files with 908 additions and 29 deletions.
19 changes: 19 additions & 0 deletions package.json
Expand Up @@ -20,6 +20,12 @@
"author": "Mike North <michael.l.north@gmail.com> (http://mike.works)",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "7.2.1",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/travis-cli": "7.2.1",
"@ember/optional-features": "^0.6.3",
"@mike-north/js-lib-renovate-config": "^0.0.1",
"@mike-north/js-lib-semantic-release-config": "^0.0.0-development",
"broccoli-asset-rev": "^3.0.0",
"coveralls": "3.0.0",
"ember-cli": "^3.5.0",
Expand Down Expand Up @@ -65,5 +71,18 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "http://mike.works/ember-material-lite"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "./node_modules/.bin/commitlint -e $HUSKY_GIT_PARAMS"
}
},
"release": {
"extends": "@mike-north/js-lib-semantic-release-config"
}
}
5 changes: 1 addition & 4 deletions renovate.json
@@ -1,6 +1,3 @@
{
"extends": [
"config:base"
],
"automerge": true
"extends": ["@mike-north/js-lib-renovate-config"]
}

0 comments on commit 4bb0e25

Please sign in to comment.