You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RubyGems and bundler were skipped outright in collect_gem_updates, so
NEWS.md never picked up the rubygems/rubygems releases shipped between
the X.Y.0 baseline and the in-development X.(Y+1).0.dev. Wire them
through resolve_repo (RubyGems → rubygems/rubygems, bundler same repo
with a "bundler-" tag prefix) and teach fetch_release_range to filter
and look up tags by that prefix. Display tags strip the prefix so the
rendered diff reads "4.0.3 to v4.0.4, ..." for both gems while the
footnote URLs still point at the actual tag names. When the "to"
version ends in .dev/.beta/.rc/etc., the lookup falls back to the
highest released tag so unreleased dev versions still produce a range.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments