Skip to content

Commit

Permalink
Merge pull request #124 from czosel/use-shared-config
Browse files Browse the repository at this point in the history
chore(release): use shared semantic release config
  • Loading branch information
czosel committed May 8, 2019
2 parents fe399cc + b8cb1dc commit 95c5659
Show file tree
Hide file tree
Showing 4 changed files with 2,330 additions and 105 deletions.
3 changes: 0 additions & 3 deletions .releaserc

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
on:
branch: release
script:
- npx semantic-release
- yarn semantic-release

- stage: "Deploy"
if: (branch = master or tag is present) and type = push
Expand Down
11 changes: 9 additions & 2 deletions package.json
Expand Up @@ -31,7 +31,8 @@
"lint:js": "eslint .",
"start": "ember server",
"test": "ember test",
"test:all": "ember try:each"
"test:all": "ember try:each",
"semantic-release": "semantic-release"
},
"dependencies": {
"broccoli-funnel": "^2.0.2",
Expand All @@ -47,6 +48,7 @@
"uikit": "3.1.2"
},
"devDependencies": {
"@adfinis-sygroup/semantic-release-config": "2.0.0",
"@commitlint/cli": "7.6.0",
"@commitlint/config-conventional": "7.6.0",
"@commitlint/travis-cli": "7.6.0",
Expand Down Expand Up @@ -103,6 +105,11 @@
}
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"release": {
"extends": "@adfinis-sygroup/semantic-release-config"
}
}

0 comments on commit 95c5659

Please sign in to comment.