**version:** `NodeJS v10.15.0` `NPM 6.9.0` ---- I got a warning message when `release` running. ``` [before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4 ``` And i checked the source of the warning, from [before-after-hook](https://github.com/gr2m/before-after-hook/tree/d1e515fbc106f6130c9a644a26c711ff7bb75a9d#upgrading-to-14) and [@octokit/rest](https://github.com/octokit/rest.js/). This problem has been fixed in the latest version of `@octokit/rest`, maybe we should upgrade our dependency?