v4.0.0
- Better error handling (#88) - thanks @jgravois
- Fix typos (#95) - thanks @jcfranco
- allow passing asset object as gh-release-assets supports #96 - thanks @jcfranco
- Update all dependencies #93 - thanks @bcomnes
- Support Github oAuth device flow and oAuth tokens #94 - thanks @bcomnes
BREAKING CHANGES:
- Remove support for Github basic (password) auth.
- Add support for oAuth Device flow tokens.
- Existing tokens should still work fine. Basic auth generated Personal Access tokens which will work as long as you don't revoke them.
- Updated dependencies bring with it newer Node.js requirements. Run LTS or Latest.
- The
--endpoint
flag only works on Github Enterprise now. - Github enterprise still uses basic auth, since it does not support the new device flow yet.