Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "chore: add changelog to release process (#214)"
This reverts commit 176832e.

Fixes #220
  • Loading branch information
SimenB committed Jan 29, 2019
1 parent 332176d commit d912a70
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 190 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -26,9 +26,7 @@ jobs:
- stage: release
node_js: lts/*
os: linux
after_success:
- yarn add semantic-release@15 @semantic-release/commit-analyzer@^6 @semantic-release/release-notes-generator@^7 @semantic-release/changelog@^3 @semantic-release/npm@^5 @semantic-release/git@^7 @semantic-release/github@^5
- yarn semantic-release
after_success: npx semantic-release@15
cache:
yarn: true
branches:
Expand Down
20 changes: 1 addition & 19 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "22.2.0",
"version": "0.0.0-development",
"description": "Eslint rules for Jest",
"repository": "jest-community/eslint-plugin-jest",
"license": "MIT",
Expand Down Expand Up @@ -94,23 +94,5 @@
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"dependencies": {
"@semantic-release/changelog": "^3",
"@semantic-release/commit-analyzer": "^6",
"@semantic-release/git": "^7",
"@semantic-release/npm": "^5",
"@semantic-release/release-notes-generator": "^7",
"semantic-release": "15"
}
}

0 comments on commit d912a70

Please sign in to comment.