pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
6 stars 1 forks source link

Support for `.goreleaser.yaml` file name #262

Open dirien opened 3 months ago

dirien commented 3 months ago

Hello!

Issue details

upgrade-provider should support also .goreleaser.yaml additionally to:

https://github.com/pulumi/upgrade-provider/blob/9692355a2b2548ed824eabe188974845d4f2c789/upgrade/steps.go#L603

Affected area/feature

VenelinMartinov commented 3 months ago

Thanks for the suggestion @dirien, this does look like an omission on our side, likely because the pulumi org providers are templated.

We'd be happy to accept a PR for this.