1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-23 12:18:50 +02:00
goreleaser/docs/040-project.md

13 lines
236 B
Markdown
Raw Normal View History

2017-09-10 17:07:28 -03:00
---
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
```