github.com/ahmet2mir/goreleaser@v0.180.3-0.20210927151101-8e5ee5a9b8c5/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  ```