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/git
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.8
Choose a base ref
...
head repository: semantic-release/git
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.9
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 14, 2019

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    f720fb9 View commit details

Commits on Mar 6, 2019

  1. Copy the full SHA
    98f382c View commit details

Commits on Mar 13, 2019

  1. Copy the full SHA
    aa07a61 View commit details
  2. Copy the full SHA
    7ee4af9 View commit details
Showing with 7 additions and 6 deletions.
  1. +2 −0 index.js
  2. +1 −2 lib/definitions/errors.js
  3. +4 −4 package.json
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ function verifyConditions(pluginConfig, context) {
pluginConfig.assets = defaultTo(pluginConfig.assets, preparePlugin.assets);
pluginConfig.message = defaultTo(pluginConfig.message, preparePlugin.message);
}

verifyGit(pluginConfig);
verified = true;
}
@@ -23,6 +24,7 @@ async function prepare(pluginConfig, context) {
verifyGit(pluginConfig);
verified = true;
}

await prepareGit(pluginConfig, context);
}

3 changes: 1 addition & 2 deletions lib/definitions/errors.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const url = require('url');
const pkg = require('../../package.json');

const homepage = url.format({...url.parse(pkg.homepage), ...{hash: null}});
const [homepage] = pkg.homepage.split('#');
const linkify = file => `${homepage}/blob/master/${file}`;

module.exports = {
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -25,22 +25,22 @@
"globby": "^9.0.0",
"lodash": "^4.17.4",
"micromatch": "^3.1.4",
"p-reduce": "^1.0.0"
"p-reduce": "^2.0.0"
},
"devDependencies": {
"ava": "^1.0.1",
"ava": "^1.3.1",
"clear-module": "^3.0.0",
"codecov": "^3.0.0",
"commitizen": "^3.0.0",
"cz-conventional-changelog": "^2.0.0",
"file-url": "^2.0.2",
"get-stream": "^4.0.0",
"get-stream": "^5.0.0",
"git-log-parser": "^1.2.0",
"nyc": "^13.1.0",
"semantic-release": "^15.0.0",
"sinon": "^7.1.1",
"tempy": "^0.2.1",
"xo": "^0.23.0"
"xo": "^0.24.0"
},
"engines": {
"node": ">=8.3"