Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: add changelog to release process (#214)
  • Loading branch information
SimenB committed Jan 18, 2019
1 parent b5c22dc commit 176832e
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 376 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,9 @@ jobs:
- stage: release
node_js: lts/*
os: linux
after_success: npx semantic-release@15
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
- yarn semantic-release
cache:
yarn: true
branches:
Expand Down
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -94,5 +94,14 @@
"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"
]
}
}

0 comments on commit 176832e

Please sign in to comment.