1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/cmd
Carlos Alexandro Becker d18adfb57e
feat: deprecate --rm-dist in favor of new --clean flag (#3702)
After talking with @perylemke, we realized that probably most people
will likely expect it to be called --clean instead of --rm-dist, as its
more similar to the popular `make clean` task.

This adds the --clean flag, and make the --rm-dist one deprecated.

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
2023-01-20 23:47:08 -03:00
..
testdata feat: deprecate replacements (#3589) 2022-11-25 15:26:14 -03:00
build_test.go feat: deprecate --rm-dist in favor of new --clean flag (#3702) 2023-01-20 23:47:08 -03:00
build.go feat: deprecate --rm-dist in favor of new --clean flag (#3702) 2023-01-20 23:47:08 -03:00
check_test.go feat: check -q (#2232) 2021-05-20 22:47:32 -03:00
check.go feat: replacing the log library (#3139) 2022-06-21 21:11:15 -03:00
config_test.go feat: allow to load config from stdin (#3175) 2022-06-22 22:03:00 -03:00
config.go fix: ruleguard and semgrep scans and fixes (#3364) 2022-09-11 15:32:23 -03:00
docs.go feat: migrate back to cobra 2022-05-06 20:38:50 -03:00
error.go feat: refactor main.go to spf13/cobra (#1472) 2020-04-27 21:42:44 -03:00
init_test.go fix: gitignore patching needs leading newline (#2350) 2021-07-19 17:31:29 -03:00
init.go feat: deprecate replacements (#3589) 2022-11-25 15:26:14 -03:00
man.go feat: migrate back to cobra 2022-05-06 20:38:50 -03:00
release_test.go feat: deprecate --rm-dist in favor of new --clean flag (#3702) 2023-01-20 23:47:08 -03:00
release.go feat: deprecate --rm-dist in favor of new --clean flag (#3702) 2023-01-20 23:47:08 -03:00
root_test.go chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
root.go feat: add fig autocomplete support (#3329) 2022-08-21 21:28:57 -03:00
schema_test.go test: fix test 2022-08-04 15:37:19 -03:00
schema.go fix: annotate flags so they complete better (#3444) 2022-10-06 11:24:13 +02:00
util_test.go feat(ci): compile with go 1.19 (#3278) 2022-08-06 18:44:23 -03:00