1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
goreleaser/cmd
Carlos Alexandro Becker 4266634752
feat: improve output (#4206)
- improves deprecation warning styles a bit so they caught the readers
eye faster and are easier to read
- warns if the user uses `builds.target` in conjunction with other
options which are ignored in that case
- improved env output
- improved no configuration found warning

some of the changes:

<img width="1263" alt="CleanShot 2023-07-24 at 21 38 41@2x"
src="https://github.com/goreleaser/goreleaser/assets/245435/40465853-7177-44d6-b07b-61b67590669a">

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-25 08:26:44 -03:00
..
testdata feat: add healthcheck cmd (#3826) 2023-03-03 09:50:15 -03:00
build_test.go test: use t.Setenv to set env vars (#4140) 2023-06-25 09:54:10 -03:00
build.go feat: completion improvements (#4071) 2023-06-06 00:21:17 -03:00
check_test.go fix(cmd): check with no args 2023-05-24 03:32:37 +00:00
check.go fix: properly log file with issues on check 2023-07-11 18:25:33 +00:00
config_test.go feat: allow to load config from stdin (#3175) 2022-06-22 22:03:00 -03:00
config.go feat: improve output (#4206) 2023-07-25 08:26:44 -03:00
docs.go feat: completion improvements (#4071) 2023-06-06 00:21:17 -03:00
error.go
healthcheck_test.go test: use ErrorIs 2023-03-03 10:36:45 -03:00
healthcheck.go feat: completion improvements (#4071) 2023-06-06 00:21:17 -03:00
init_test.go test: fix init test 2023-07-19 00:52:11 +00:00
init.go feat: init improvements 2023-07-18 12:21:09 +00:00
man.go feat: completion improvements (#4071) 2023-06-06 00:21:17 -03:00
release_test.go test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
release.go feat: continue on error (#4127) 2023-06-20 09:33:59 -03:00
root_test.go fix: pass goversion.Info instead of string 2023-04-30 17:26:17 +00:00
root.go feat: completion improvements (#4071) 2023-06-06 00:21:17 -03:00
schema_test.go test: fix test 2022-08-04 15:37:19 -03:00
schema.go feat: completion improvements (#4071) 2023-06-06 00:21:17 -03:00
util_test.go refactor: improve method name 2023-04-30 00:03:03 +00:00