mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
docs: package graph
This commit is contained in:
parent
6ff6c6ca4a
commit
bd5b15dc6b
5
Makefile
5
Makefile
@ -74,6 +74,11 @@ serve:
|
||||
@hugo server --enableGitInfo --watch --source www --disableFastRender
|
||||
.PHONY: serve
|
||||
|
||||
depgraph:
|
||||
go get github.com/kisielk/godepgraph
|
||||
godepgraph -horizontal -s -o github.com/goreleaser github.com/goreleaser/goreleaser | dot -Tpng -o www/static/deps.png
|
||||
.PHONY: depgraph
|
||||
|
||||
# Show to-do items per file.
|
||||
todo:
|
||||
@grep \
|
||||
|
2
internal/pipeline/sign/testdata/gnupg/.#lk0x00007fe1ed700a00.Carloss-MacBook-Pro.local.15963
vendored
Normal file
2
internal/pipeline/sign/testdata/gnupg/.#lk0x00007fe1ed700a00.Carloss-MacBook-Pro.local.15963
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
15963
|
||||
Carloss-MacBook-Pro.local
|
12
www/content/contrib.md
Normal file
12
www/content/contrib.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
title: Contributing
|
||||
menu: true
|
||||
weight: 998
|
||||
---
|
||||
|
||||
This page will eventually have information for those who want to contribute
|
||||
to the project.
|
||||
|
||||
## Package graph
|
||||
|
||||
[![](/deps.png)](/deps.png)
|
BIN
www/static/deps.png
Normal file
BIN
www/static/deps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
Loading…
x
Reference in New Issue
Block a user