product-os / versionist

Flexible CHANGELOG generation toolkit that adapts to your commit conventions
44 stars 15 forks source link

Fix authentication #174

Closed Page- closed 4 years ago

Page- commented 4 years ago

octokit.authenticate was removed in v17 as part of the

All deprecated methods and options have been removed. Upgrade to the latest 16.x.x version and address all deprecation messages for an easy upgrade.

message, the problem is since we only try to authenticate for nested changelogs it was very rare for the deprecation notice to be printed. This should fix that