runatlantis / atlantis

Terraform Pull Request Automation
https://www.runatlantis.io
Other
7.51k stars 1.02k forks source link

chore(goreleaser): replace changelog.skip with changelog.disable #4681

Closed suzuki-shunsuke closed 2 weeks ago

suzuki-shunsuke commented 2 weeks ago

what

Fix .goreleaser.yml. Replace changelog.skip with changelog.disabled.

why

To resolve the release failure.

https://github.com/runatlantis/atlantis/actions/runs/9571387025/job/26388369837

GoReleaser ~> v2 installed successfully
/opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser release --clean
  • starting release...
  ⨯ release failed after 0s                  error=yaml: unmarshal errors:
  line 37: field skip not found in type config.Changelog
Error: The process '/opt/hostedtoolcache/goreleaser-action/2.0.1/x64/goreleaser' failed with exit code 1

changelog.skip was deprecated.

https://goreleaser.com/deprecations/#changelogskip

tests

references

suzuki-shunsuke commented 2 weeks ago

Oh, the issue was resolved at 2 minutes ago.

https://github.com/runatlantis/atlantis/commit/d97be6da66e7194874353132a556634e8c03176e

chenrui333 commented 2 weeks ago

Thanks @suzuki-shunsuke!! Just saw the same. :)