github.com/szyn/goreleaser@v0.76.1-0.20180517112710-333da09a1297/www/content/project.md (about)

     1  ---
     2  title: Project Name
     3  series: customization
     4  hideFromIndex: true
     5  weight: 10
     6  ---
     7  
     8  The project name is used in the name of the Brew formula, archives, etc.
     9  If none is given, it will be inferred from the name of the Git project.
    10  
    11  ```yaml
    12  # .goreleaser.yml
    13  project_name: myproject
    14  ```