github.com/joselitofilho/goreleaser@v0.155.1-0.20210123221854-e4891856c593/www/docs/customization/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 GitHub, GitLab, or
     7  Gitea release.
     8  
     9  ```yaml
    10  # .goreleaser.yml
    11  project_name: myproject
    12  ```