notaryproject / notation

A CLI tool to sign and verify artifacts
https://notaryproject.dev/
Apache License 2.0
302 stars 84 forks source link

fix(ci): update goreleaser to use --clean flag #964

Closed JeyJeyGao closed 2 weeks ago

JeyJeyGao commented 2 weeks ago

Fix:

Goreleaser was updated to v6.0.0 in #962. However the flag --rm-dist was deprecated in the latest version. Please see the details in the official document: https://goreleaser.com/deprecations/#-rm-dist

Test:

Signed-off-by: Junjie Gao junjiegao@microsoft.com

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.34%. Comparing base (f8a279c) to head (aae61f4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #964 +/- ## ======================================= Coverage 71.34% 71.34% ======================================= Files 45 45 Lines 2174 2174 ======================================= Hits 1551 1551 Misses 429 429 Partials 194 194 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.