Fetch the latest extension release for each runtime instead of the latest global release.
Motivation
Automatically generate release notes based on the changes from the last release for the runtime. Previously the tag for the latest global release was fetched.
Additional Notes
Describe how to test/QA your changes
Run command locally and confirm that the latest release tag for each runtime is fetched.
What does this PR do?
Fetch the latest extension release for each runtime instead of the latest global release.
Motivation
Automatically generate release notes based on the changes from the last release for the runtime. Previously the tag for the latest global release was fetched.
Additional Notes
Describe how to test/QA your changes
Run command locally and confirm that the latest release tag for each runtime is fetched.