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 directives #607

Merged

Conversation

kobajagi
Copy link
Contributor

@kobajagi kobajagi commented May 14, 2024

Description

Newer goreleaser versions deprecated few directives we use. Most are just renamed now, one become enforced and is not needed. No breaking changes expected.

Requires exoscale/go.mk#43

Checklist

(For exoscale contributors)

  • Changelog updated (under Unreleased block)
  • Testing

Testing

Before:

$ goreleaser check                                                                                                                                                        
  • checking                                 path=
  • DEPRECATED:  source.rlcp  should not be used anymore, check https://goreleaser.com/deprecations#sourcerlcp for more info
  • DEPRECATED:  brews.folder  should not be used anymore, check https://goreleaser.com/deprecations#brewsfolder for more info
  • DEPRECATED:  brews.tap  should not be used anymore, check https://goreleaser.com/deprecations#brewstap for more info
  • DEPRECATED:  scoops.folder  should not be used anymore, check https://goreleaser.com/deprecations#scoopsfolder for more info
  • .goreleaser.yml                                  error=configuration is valid, but uses deprecated properties
  ⨯ command failed                                   error=1 out of 1 configuration file(s) have issues

After change:

$ goreleaser check 
  • checking                                 path=
  • 1 configuration file(s) validated
  • thanks for using goreleaser!

@kobajagi kobajagi marked this pull request as ready for review May 14, 2024 11:52
@kobajagi kobajagi force-pushed the predrag/sc-93028/goreleaser-some-directives-are-deprecated branch from 9edcf34 to 60734d8 Compare June 11, 2024 15:13
@kobajagi kobajagi merged commit ccde544 into master Jun 11, 2024
1 check passed
@kobajagi kobajagi deleted the predrag/sc-93028/goreleaser-some-directives-are-deprecated branch June 11, 2024 15:18
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.

None yet

4 participants