mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-06 03:13:48 +02:00
docs: improve deps graph
This commit is contained in:
parent
e9cc0c9780
commit
b3ac89e091
2
Makefile
2
Makefile
@ -76,7 +76,7 @@ serve:
|
||||
|
||||
depgraph:
|
||||
go get github.com/kisielk/godepgraph
|
||||
godepgraph -horizontal -s -o github.com/goreleaser github.com/goreleaser/goreleaser | dot -Tsvg -o www/static/deps.svg
|
||||
godepgraph -horizontal -s -o github.com/goreleaser/goreleaser . | dot -Tsvg -o www/static/deps.svg
|
||||
.PHONY: depgraph
|
||||
|
||||
# Show to-do items per file.
|
||||
|
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 72 KiB |
Loading…
Reference in New Issue
Block a user