Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix(semantic-release): add github plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 6, 2019
1 parent c545ef7 commit 6eef8fa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@semantic-release/changelog": "3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "7.0.7",
"@semantic-release/github": "5.2.8",
"@semantic-release/npm": "5.1.3",
"@semantic-release/release-notes-generator": "^7.1.4",
"babel-core": "^7.0.0-bridge.0",
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ module.exports = {
'@semantic-release/changelog',
'@semantic-release/npm',
'@semantic-release/git',
'@semantic-release/github',
],
};
22 changes: 22 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,28 @@
micromatch "^3.1.4"
p-reduce "^1.0.0"

"@semantic-release/[email protected]":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-5.2.8.tgz#e80e90c82fffd1dd803333de3522ca79a07c090a"
dependencies:
"@octokit/rest" "^16.0.1"
"@semantic-release/error" "^2.2.0"
aggregate-error "^2.0.0"
bottleneck "^2.0.1"
debug "^4.0.0"
dir-glob "^2.0.0"
fs-extra "^7.0.0"
globby "^8.0.0"
http-proxy-agent "^2.1.0"
https-proxy-agent "^2.2.1"
issue-parser "^3.0.0"
lodash "^4.17.4"
mime "^2.0.3"
p-filter "^1.0.0"
p-retry "^3.0.0"
parse-github-url "^1.0.1"
url-join "^4.0.0"

"@semantic-release/github@^5.1.0":
version "5.2.7"
resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-5.2.7.tgz#d9eb8bcc9332a02b85458ddb0988a17023e2b460"
Expand Down

0 comments on commit 6eef8fa

Please sign in to comment.