hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.34k stars 1.74k forks source link

Update CHANGELOG.md directly when creating a release/tag #20331

Open ppuschmann opened 18 hours ago

ppuschmann commented 18 hours ago

Community Note

Description

In the current release management the contents of CHANGELOG.md is created (with some delay) after creating the tag / release.

This is then resulting in outdated information in the pull-requests/merge-requests that are generated by renovate.

The generated merge-requests will show (or link) to a CHANGELOG.md that still tells me: "this new release is still unreleased", which is then a bit disappointing because

Some (small) discussion: https://github.com/renovatebot/renovate/discussions/32344

We'd like to see a even better orchestrated release management. :-)

Thank you so far for your work and support.

New or Affected Resource(s)

Potential Terraform Configuration

References

https://github.com/renovatebot/renovate/discussions/32344

wyardley commented 6 hours ago

I noticed the missing release notes on 6.10 too, good to know why that happened.

I had assumed it used release notes always, I think it used to, but that's also interesting.