1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-07 07:10:11 +02:00
goreleaser/docs/040-project.md
Carlos Alexandro Becker 062115e4f0
new docs
2017-09-10 17:07:28 -03:00

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
```