mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
e6de182f6c
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
13 lines
250 B
Markdown
13 lines
250 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 GitHub, GitLab, or
|
|
Gitea release.
|
|
|
|
```yaml
|
|
# .goreleaser.yml
|
|
project_name: myproject
|
|
```
|