github.com/droot/goreleaser@v0.66.2-0.20180420030140-c2db5fb17157/docs/040-project.md (about) 1 --- 2 title: Project Name 3 --- 4 5 The project name is used in the name of the Brew formula, archives, etc. 6 If none is given, it will be inferred from the name of the Git project. 7 8 ```yaml 9 # .goreleaser.yml 10 project_name: myproject 11 ```