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
This works as expected with PRs created in this repo.
But when PRs are mirrored from AztecProtocol/aztec-packages, the release changelogs would be linking to https://github.com/AztecProtocol/barretenberg/<aztec-packages_PR_number>, which points to unrelated / non-existing PRs in this repo.
Context
Barretenberg releases currently captures PRs into their changelogs assuming PR numbers all belong to this repo.
Problem
This works as expected with PRs created in this repo.
But when PRs are mirrored from AztecProtocol/aztec-packages, the release changelogs would be linking to
https://github.com/AztecProtocol/barretenberg/<aztec-packages_PR_number>
, which points to unrelated / non-existing PRs in this repo.Example
Take v0.5.0 as an example:
Clicking "#1925" of "update to acvm 0.24.0" would link to AztecProtocol/barretenberg/issues/1925, rather than the actual PR AztecProtocol/aztec-packages/pull/1925.
Happy Case
Either the release-please or mirroring workflow should be fixed to cater for capturing mirrored PRs in changelogs appropriately.
The text was updated successfully, but these errors were encountered: