Skip to content

Commit

Permalink
Add githubConnection and repoDetails to hook call (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jul 28, 2020
1 parent 3a33ec3 commit 3dddf95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/release.js
Expand Up @@ -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,
Expand Down

0 comments on commit 3dddf95

Please sign in to comment.