cilium / release

Repository used to generate release notes for Cilium releases
Apache License 2.0
6 stars 6 forks source link

changelog: Fix backport/upstream PR ordering #234

Closed joestringer closed 2 months ago

joestringer commented 2 months ago

Previously, if a PR was merged upstream and then a backport created from it, the tool would incorrectly output the backport / upstream PRs in the wrong order, implying that the PR that is actually upstream is the one that is the backport, and vice versa. Fix it.