github-app-auth
This is a small library for authenticating with the GitHub API as a GitHub app.
Documentation on the overall flow: https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps
Making a release
- Update the
versionfield inCargo.toml - Commit the change:
git commit -am 'Bump version' - Create a git tag:
git tag vX.Y.Z - Push the changes:
git push && git push --tags - Publish to crates.io:
cargo publish