SpinlockLabs / github.dart

GitHub Client Library for Dart
https://pub.dev/packages/github
MIT License
405 stars 142 forks source link

Add bearerToken constructor to Authentication class #381

Closed kevmoo closed 1 year ago

kevmoo commented 1 year ago

Also added authorizationHeaderValue() function. Also added const qualifier to basic constructor.

kevmoo commented 1 year ago

I'm still a bit confused about what to do w/ the changelog and the version in the pubspec @robbecker-wf and @CaseyHillers

CaseyHillers commented 1 year ago

I'm still a bit confused about what to do w/ the changelog and the version in the pubspec

Adding the related "semver: $change" label will have it get autogenerated. It uses the PR title as the changelog description

robbecker-wf commented 1 year ago

Released in version 9.17.0 https://github.com/SpinlockLabs/github.dart/releases/tag/9.17.0

robbecker-wf commented 1 year ago

The auto-release on PR merge isn't working for people other than myself due to permissions, so I triggered a release manually for now until I get a moment to fix it.