Skip to content

Commit

Permalink
Fix double-encoding of the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 30, 2019
1 parent b67cdb4 commit 0b5a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/release-task-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ module.exports = async (options, pkg) => {
isPrerelease: version(options.version).isPrerelease()
});

await open(url, {url: true});
await open(url);
};

0 comments on commit 0b5a2b5

Please sign in to comment.