From 3dddf95ff0a40d7d109f13dfce313d4c68b1e4c8 Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Tue, 28 Jul 2020 14:43:46 +0200 Subject: [PATCH] Add githubConnection and repoDetails to hook call (#176) --- bin/release.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/release.js b/bin/release.js index c85cddb..b005c99 100755 --- a/bin/release.js +++ b/bin/release.js @@ -274,6 +274,8 @@ const orderCommits = async (commits, tags, exists) => { // Apply the `release.js` file or the one that // was specified using the `--hook` flag const filtered = await applyHook(flags.hook, changelog, { + githubConnection, + repoDetails, changeTypes, commits, groupedCommits: grouped,