1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

docs: card

This commit is contained in:
Carlos Alexandro Becker 2019-04-23 06:05:22 -03:00
parent 73a08d5d49
commit 931613aefa
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ coverage.txt
goreleaser
debug.test
snap.login
card.png

View File

@ -71,5 +71,8 @@ todo:
-nRo -E ' TODO:.*|SkipNow' .
.PHONY: todo
card:
wget -O card.png -c "https://og.caarlos0.dev/**GoReleaser**%20%7C%20Deliver%20Go%20binaries%20as%20fast%20and%20easily%20as%20possible.png?theme=light&md=1&fontSize=80px&images=https://github.com/goreleaser.png"
.PHONY: card
.DEFAULT_GOAL := build