When generating release PRs for feature bands, the pipeline logic relies on the public release metadata to indicate what the latest SDK release is. This creates a timing issue. The pipeline logic may run before the releases.json file gets updated. That may cause a PR to be created for a feature band that is EOL. See an example of this: dotnet/dotnet#8237
When generating release PRs for feature bands, the pipeline logic relies on the public release metadata to indicate what the latest SDK release is. This creates a timing issue. The pipeline logic may run before the releases.json file gets updated. That may cause a PR to be created for a feature band that is EOL. See an example of this: dotnet/dotnet#8237