1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/docs/040-project.md

12 lines
229 B
Markdown
Raw Normal View History

2017-09-10 22:07:28 +02:00
---
title: Project Name
2017-09-10 22:07:28 +02:00
---
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 Git project.
2017-09-10 22:07:28 +02:00
```yaml
# .goreleaser.yml
project_name: myproject
```