mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
d5c7af1db9
Supports passing environment variables to ldflags by using .Env.VARNAME. Closes #426
12 lines
229 B
Markdown
12 lines
229 B
Markdown
---
|
|
title: Project Name
|
|
---
|
|
|
|
The project name is used in the name of the Brew formula, archives, etc.
|
|
If none is given, it will be inferred from the name of the Git project.
|
|
|
|
```yaml
|
|
# .goreleaser.yml
|
|
project_name: myproject
|
|
```
|