BetterStackHQ / terraform-provider-better-uptime

Apache License 2.0
45 stars 12 forks source link

Fix goreleaser workflow #94

Closed PetrHeinz closed 1 month ago

PetrHeinz commented 1 month ago

Our goreleaser Github Action Job fails now.


Seems that we've missed a deprecation notice (see last succeeding Github Action Job):

image
PetrHeinz commented 1 month ago

I've managed to release v0.9.3 using this workflow. Config works, should be future-proof thanks to explicit semver version.

We're still using deprecated options and I didn't want to get any further surprises in goreleaser v2:

DEPRECATED: changelog.skip should not be used anymore, check https://goreleaser.com/deprecations#changelogskip for more info