We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--clean
In the GitHub Action to release a new version, we use --rm-dist. We should rather use --clean: https://goreleaser.com/deprecations/#-rm-dist
--rm-dist
There is a warning message in GitHub Action logs (https://github.com/Scalingo/cli/actions/runs/4142845444/jobs/7164009215):
DEPRECATED: --rm-dist was deprecated in favor of --clean, check https://goreleaser.com/deprecations#-rm-dist for more details
The text was updated successfully, but these errors were encountered:
rm-dist
clean
EtienneM
Successfully merging a pull request may close this issue.
In the GitHub Action to release a new version, we use
--rm-dist
. We should rather use--clean
: https://goreleaser.com/deprecations/#-rm-distThere is a warning message in GitHub Action logs (https://github.com/Scalingo/cli/actions/runs/4142845444/jobs/7164009215):
The text was updated successfully, but these errors were encountered: