Skip to content

Commit

Permalink
refactor: replace custom semantic release with convention package
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 30, 2019
1 parent bb72167 commit a4a1d47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
33 changes: 0 additions & 33 deletions .releaserc.js

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage": "https://github.com/bycedric/semantic-release-expo#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bycedric/semantic-release-expo.git"
"url": "https://github.com/bycedric/semantic-release-expo.git"
},
"bugs": {
"url": "https://github.com/bycedric/semantic-release-expo/issues"
Expand All @@ -42,19 +42,14 @@
"@commitlint/travis-cli": "^7.0.0",
"@peakfijn/config-commitizen": "^1.0.0-rc.2",
"@peakfijn/config-commitlint": "^1.0.0-rc.2",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/error": "^2.2.0",
"@peakfijn/config-release": "^1.0.0-rc.2",
"@types/detect-indent": "^5.0.0",
"@types/detect-newline": "^2.1.0",
"@types/fs-extra": "^5.0.4",
"@types/jest": "^23.0.0",
"@types/node": "^10.1.2",
"codecov": "^3.0.2",
"conventional-changelog-peakfijn": "^1.0.0-rc.2",
"jest": "^23.1.0",
"release-rules-peakfijn": "^1.0.0-rc.2",
"semantic-release": "^15.4.2",
"semantic-release-git-branches": "^1.1.0",
"ts-jest": "^23.1.2",
"tslint": "^5.11.0",
"typescript": "^2.8.3"
Expand Down Expand Up @@ -85,6 +80,10 @@
"@peakfijn/config-commitlint"
]
},
"release": {
"extends": "@peakfijn/config-release",
"branch": "develop"
},
"greenkeeper": {
"commitMessages": {
"initialBadge": "documentation: add greenkeeper badge",
Expand Down

0 comments on commit a4a1d47

Please sign in to comment.