mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
c04b18a289
This shortens the titles, fixes some typos, rephrases a few paragraphs, adds some additional information and attempts to keep vocabulary more consistent.
13 lines
230 B
Markdown
13 lines
230 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 Git project.
|
|
|
|
|
|
```yaml
|
|
# .goreleaser.yml
|
|
project_name: myproject
|
|
```
|