Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tidy up deprecation warnings in goreleaser #1835

Open
jhiemstrawisc opened this issue Dec 17, 2024 · 0 comments
Open

Tidy up deprecation warnings in goreleaser #1835

jhiemstrawisc opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working infrastructure GitHub Actions, Release management, and CI internal Internal code improvements, not user-facing
Milestone

Comments

@jhiemstrawisc
Copy link
Member

It looks like we use a deprecated config snapshot.name_template: https://goreleaser.com/deprecations/#snapshotname_template.

I also regularly see this error:

 only configurations files on  version: 2  are supported, yours is  version: 0 , please update your configuration

The fix appears to be pinning version: 2. I tested this by adding the key at the beginning of goreleaser:

project_name: pelican
version: 2

Let's also update/pin our goreleaser version (unless there's a good reason not to)

@jhiemstrawisc jhiemstrawisc added bug Something isn't working infrastructure GitHub Actions, Release management, and CI internal Internal code improvements, not user-facing labels Dec 17, 2024
@jhiemstrawisc jhiemstrawisc added this to the v7.12.0 milestone Dec 17, 2024
@jhiemstrawisc jhiemstrawisc modified the milestones: v7.12.0, v7.13.0 Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working infrastructure GitHub Actions, Release management, and CI internal Internal code improvements, not user-facing
Projects
None yet
Development

No branches or pull requests

1 participant