mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-05 13:15:26 +02:00
Continuing on #5308 and #5307, this finally adds Zig support to GoReleaser! Things are very raw still, plenty of use cases to test (please do test on your project if you can), but it does work at least for simple projects! A release done by this: https://github.com/goreleaser/example-zig/releases/tag/v0.1.0 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
23 lines
762 B
Plaintext
23 lines
762 B
Plaintext
* text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.ico binary
|
|
*.icns 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
|
|
|
|
internal/builders/zig/testdata/proj/**/* linguist-generated=true
|
|
internal/builders/zig/all_targets.txt linguist-generated=true
|
|
internal/builders/zig/error_targets.txt linguist-generated=true
|
|
internal/builders/zig/testdata/version.txt linguist-generated=true
|
|
|
|
*.nix.golden linguist-language=Nix
|
|
*.rb.golden linguist-language=Ruby
|
|
*.json.golden linguist-language=JSON
|
|
*.yaml.golden linguist-language=YAML
|