Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: semantic-release/github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.4
Choose a base ref
...
head repository: semantic-release/github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 4, 2019

  1. Copy the full SHA
    a7eac93 View commit details

Commits on Jun 6, 2019

  1. Copy the full SHA
    543e7d6 View commit details
Showing with 6 additions and 6 deletions.
  1. +6 −6 package.json
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -3,6 +3,11 @@
"description": "semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues",
"version": "0.0.0-development",
"author": "Pierre Vanduynslager (https://twitter.com/@pvdlg_)",
"ava": {
"helpers": [
"test/helpers/**/*"
]
},
"bugs": {
"url": "https://github.com/semantic-release/github/issues"
},
@@ -26,7 +31,7 @@
"globby": "^9.0.0",
"http-proxy-agent": "^2.1.0",
"https-proxy-agent": "^2.2.1",
"issue-parser": "^3.0.0",
"issue-parser": "^4.0.0",
"lodash": "^4.17.4",
"mime": "^2.4.3",
"p-filter": "^2.0.0",
@@ -106,11 +111,6 @@
"semantic-release": "semantic-release",
"test": "nyc ava -v"
},
"ava": {
"helpers": [
"test/helpers/**/*"
]
},
"xo": {
"prettier": true,
"space": true,