github.com/goreleaser/goreleaser@v1.25.1/www/docs/customization/project.md (about) 1 # Project Name 2 3 The project name is used in the name of the Brew formula, archives, etc. 4 If none is given, it will be inferred from the name of the GitHub, GitLab, or 5 Gitea release. 6 7 ```yaml 8 # .goreleaser.yaml 9 project_name: myproject 10 ```