Documentation
¶
Overview ¶
Package relnotes fetches upstream release notes for bumped packages. It builds on the taglink layer: a change whose ReleaseURL points at a verified GitHub release tag gets the notes for that release — and, when the bump skips versions, the notes for every release in between (one GitHub API call per repository, opt-in via -changelogs).
Index ¶
Constants ¶
This section is empty.
Variables ¶
var APIBase = "https://api.github.com"
APIBase is swappable for tests.
var Concurrency = 8
Concurrency is the number of repositories fetched in parallel.
var Fallback = false
Fallback also queries changes that lack a taglink-verified ReleaseURL but whose deps.dev source repo is on github.com, resolving the tag against the fetched release list itself. Used by the wasm playground, where taglink cannot run (git smart-HTTP has no CORS headers).
var MaxRepos = 40
MaxRepos caps how many distinct repositories one run will query, to stay well inside unauthenticated API rate limits.
Functions ¶
Types ¶
This section is empty.