We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27fa29f + 9026df1 commit ad689ceCopy full SHA for ad689ce
1 file changed
CHANGELOG.md
@@ -49,9 +49,11 @@ This release removes the `github.com/google/go-github/v74` dependency and implem
49
### Migration Guide
50
51
#### For Most Users
52
+
53
No action required - if you only use the public `TokenSource` functions, your code will continue to work without changes.
54
55
#### For Enterprise GitHub Users
56
57
```go
58
// Before (v1.4.x)
59
installationTokenSource := githubauth.NewInstallationTokenSource(
@@ -69,6 +71,7 @@ installationTokenSource := githubauth.NewInstallationTokenSource(
69
71
```
70
72
73
#### For Direct Type Users
74
75
76
77
import "github.com/google/go-github/v74/github"
0 commit comments