.goreleaser.yml
 1includes:
 2  - from_url:
 3      url: charmbracelet/meta/main/goreleaser.yaml
 4
 5variables:
 6  main: "./cmd/soft"
 7  binary_name: soft
 8  description: "A tasty, self-hostable Git server for the command lineπ¦"
 9  github_url: "https://github.com/charmbracelet/soft-serve"
10  maintainer: "Christian Rocha <christian@charm.sh>"
11  brew_commit_author_name: "Christian Rocha"
12  brew_commit_author_email: "christian@charm.sh"