integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
879 stars 719 forks source link

docs: configure release notes categories based on labels #2184

Closed laughedelic closed 5 months ago

laughedelic commented 5 months ago

Resolves #1506

Based on https://github.com/integrations/terraform-provider-github/issues/1506#issuecomment-1530476255, I added a configuration to customize the auto-generated changelog (release notes). I mainly used the labels with Type: prefix, but added a couple more categories for dependency updates and deprecations. Any changes that don't have one of those labels will go into the "Others" category.

This is purely cosmetic change, but I believe it will make it easier for the users to see what's new and what is more important to them.


Before the change?

After the change?

Pull request checklist

Does this introduce a breaking change?