mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-07 07:10:11 +02:00
13 lines
236 B
Markdown
13 lines
236 B
Markdown
---
|
|
title: Custom project name
|
|
---
|
|
|
|
The project name is used in the name of the brew formula, archives, etc.
|
|
If none is given, it will be infered from the name of the git project.
|
|
|
|
|
|
```yaml
|
|
# .goreleaser.yml
|
|
project_name: myproject
|
|
```
|