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

ci(goreleaser): fix a deprecation #218

Merged
merged 1 commit into from
Sep 3, 2024
Merged

ci(goreleaser): fix a deprecation #218

merged 1 commit into from
Sep 3, 2024

Conversation

michaeladler
Copy link
Member

Description

The property snapshot.name_template has been renamed to snapshot.version_template since goreleaser v2.2, see [1].

[1] https://goreleaser.com/deprecations/#snapshotname_template

Issues Addressed

List and link all the issues addressed by this PR.

Change Type

Please select the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have read the CONTRIBUTING document.
  • My changes adhere to the established code style, patterns, and best practices.
  • I have added tests that demonstrate the effectiveness of my changes.
  • I have updated the documentation accordingly (if applicable).
  • I have added an entry in the CHANGELOG to document my changes (if applicable).

The property snapshot.name_template has been renamed to
snapshot.version_template since goreleaser v2.2, see [1].

[1] https://goreleaser.com/deprecations/#snapshotname_template

Signed-off-by: Michael Adler <[email protected]>
@michaeladler michaeladler requested a review from stormc as a code owner September 2, 2024 08:31
Copy link

codecov bot commented Sep 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.08%. Comparing base (132150b) to head (f67b755).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #218   +/-   ##
=======================================
  Coverage   84.08%   84.08%           
=======================================
  Files         108      108           
  Lines        3801     3801           
=======================================
  Hits         3196     3196           
  Misses        387      387           
  Partials      218      218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaeladler michaeladler merged commit bf7da8b into main Sep 3, 2024
26 checks passed
@michaeladler michaeladler deleted the chore/goreleaser branch September 3, 2024 09:56
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