JuliaRegistries / TagBot

Creates tags, releases, and changelogs for your Julia packages when they're registered
https://github.com/marketplace/actions/julia-tagbot
MIT License
94 stars 20 forks source link

Release notes are wrong for backported releases #266

Closed Krastanov closed 1 year ago

Krastanov commented 1 year ago

Consider the following story for some package:

The autogenerated release notes for 1.0.1 should include only PR c, but instead they include PRs a,b&c

Seen here https://github.com/JuliaCollections/DataStructures.jl/issues/865

lgoettgens commented 1 year ago

Duplicate of https://github.com/JuliaRegistries/TagBot/issues/181