github.com/tomsquest/goreleaser@v0.34.3-0.20171008022654-7d6ef4d338b3/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  
     9  ```yaml
    10  # .goreleaser.yml
    11  project_name: myproject
    12  ```