mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
10 lines
244 B
Markdown
10 lines
244 B
Markdown
# 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 GitHub, GitLab, or
|
|
Gitea release.
|
|
|
|
```yaml title=".goreleaser.yaml"
|
|
project_name: myproject
|
|
```
|