Skip to content

Commit

Permalink
feat(tooling): add semantic release (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel authored May 7, 2019
1 parent 621a19f commit 64b943c
Show file tree
Hide file tree
Showing 2 changed files with 2,212 additions and 80 deletions.
17 changes: 17 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@adfinis-sygroup/semantic-release-config": "^2.0.0",
"@commitlint/cli": "^7.6.0",
"@commitlint/config-conventional": "^7.6.0",
"@ember/jquery": "0.6.0",
"@ember/optional-features": "0.7.0",
"babel-eslint": "10.0.1",
Expand Down Expand Up @@ -105,6 +108,7 @@
"eslint-plugin-node": "8.0.1",
"eslint-plugin-prettier": "2.6.0",
"graphql-cli": "3.0.11",
"husky": "^2.2.0",
"loader.js": "4.7.0",
"node-fetch": "2.5.0",
"prettier": "1.17.0",
Expand All @@ -120,5 +124,18 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"release": {
"extends": "@adfinis-sygroup/semantic-release-config"
}
}
Loading

0 comments on commit 64b943c

Please sign in to comment.