You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-05-16 09:20:15 +02:00
tabs vs spaces
This commit is contained in:
@@ -24,7 +24,7 @@ lint: ## Run all the linters
|
|||||||
--enable=errcheck \
|
--enable=errcheck \
|
||||||
--enable=vet \
|
--enable=vet \
|
||||||
--enable=vetshadow \
|
--enable=vetshadow \
|
||||||
--deadline=20s \
|
--deadline=1m \
|
||||||
./...
|
./...
|
||||||
|
|
||||||
ci: lint test ## Run all the tests and code checks
|
ci: lint test ## Run all the tests and code checks
|
||||||
|
|||||||
@@ -75,8 +75,8 @@ section:
|
|||||||
repo: user/repo
|
repo: user/repo
|
||||||
binary_name: my-binary
|
binary_name: my-binary
|
||||||
archive:
|
archive:
|
||||||
name_template: "{{.BinaryName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
|
name_template: "{{.BinaryName}}_{{.Version}}_{{.Os}}_{{.Arch}}"
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
> Default is "{{.BinaryName}}_{{.Os}}_{{.Arch}}"
|
> Default is "{{.BinaryName}}_{{.Os}}_{{.Arch}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user