Skip to content

Commit

Permalink
build: add devDependency @semantic-release/changelog, update config
Browse files Browse the repository at this point in the history
  • Loading branch information
gfmio committed Mar 7, 2019
1 parent 2f97bdd commit f5d30cb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@types/chai": "^4.1.7",
"@types/gulp": "^4.0.6",
Expand Down Expand Up @@ -115,6 +116,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
Expand All @@ -123,14 +125,7 @@
"tarballDir": "./dist"
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json"
]
}
],
"@semantic-release/git",
[
"@semantic-release/github",
{
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,16 @@
universal-user-agent "^2.0.0"
url-template "^2.0.8"

"@semantic-release/changelog@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-3.0.2.tgz#b09a8e0d072ef54d2bc7a5c82f6112dc3c8ae85d"
integrity sha512-pDUaBNAuPAqQ+ArHwvR160RG2LbfyIVz9EJXgxH0V547rlx/hCs0Sp7L4Rtzi5Z+d6CHcv9g2ynxplE1xAzp2g==
dependencies:
"@semantic-release/error" "^2.1.0"
aggregate-error "^2.0.0"
fs-extra "^7.0.0"
lodash "^4.17.4"

"@semantic-release/commit-analyzer@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-6.1.0.tgz#32bbe3c23da86e23edf072fbb276fa2f383fcb17"
Expand Down

0 comments on commit f5d30cb

Please sign in to comment.