CHANGELOGs in each module was not updated since the March release. For example, CHANGELOG.md in java-spanner .
This is likely due to the releases (1.83 to 1.85) was manually performed through release-please cli and didn't trigger the changelog generation logic.
There are three aspects we want to fix:
- Manually re-run the changelog generation CI with all the commit history to populate the CHANGELOG for last release.
- Make sure the changelog generation logic works for recently migrated repos.
- Make sure the changelog generation logic works for releases performed from release-please cli as well. Or provide a way to manually trigger it.
CHANGELOGs in each module was not updated since the March release. For example, CHANGELOG.md in java-spanner .
This is likely due to the releases (1.83 to 1.85) was manually performed through release-please cli and didn't trigger the changelog generation logic.
There are three aspects we want to fix: