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

Update deprecated goreleaser config options #512

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stefanb
Copy link
Contributor

@stefanb stefanb commented Mar 8, 2025

Warnings (also in last release run: https://github.com/refaktor/rye/actions/runs/13692821787/job/38288967607#step:4:24):

Warnings:
* DEPRECATED:  snapshot.name_template  should not be used anymore, check https://goreleaser.com/deprecations#snapshotname_template for more info
* DEPRECATED:  archives.format  should not be used anymore, check https://goreleaser.com/deprecations#archivesformat for more info
* DEPRECATED:  archives.format_overrides.format  should not be used anymore, check https://goreleaser.com/deprecations#archivesformat_overridesformat for more info
* DEPRECATED:  kos.repository  should not be used anymore, check https://goreleaser.com/deprecations#kosrepository for more info

kos: # See https://goreleaser.com/customization/ko/
- repository: ghcr.io/refaktor/rye
- repositories:
- ghcr.io/refaktor/rye
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to push images also to https://hub.docker.com/r/refaktorlabs/ryelang you could add it here, but credentials will need to be set some way.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But that can be done separately

@stefanb stefanb changed the title Update goreleaser config Update deprecated goreleaser config options Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant