mirror of
https://github.com/goreleaser/goreleaser.git
synced 2024-12-29 01:44:39 +02:00
232c982fb0
- generate releases.json et al on our github actions workflow - use those when building and also on our `run` script - new releases will dispatch the workflow so it re-generates the needed files Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
* text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|
|
|
|
www/docs/static/schema.json linguist-generated=true
|
|
www/docs/static/schema-pro.json linguist-generated=true
|
|
www/docs/static/releases.json linguist-generated=true
|
|
www/docs/static/releases-pro.json linguist-generated=true
|