diff --git a/.goreleaser-mac.yaml b/.goreleaser-mac.yaml index 754574a..770daae 100644 --- a/.goreleaser-mac.yaml +++ b/.goreleaser-mac.yaml @@ -52,3 +52,34 @@ changelog: - '^docs:' - '^test:' + +brews: + - + name: hava + + # Git author used to commit to the repository. + commit_author: + name: teamhava + email: support@hava.io + + # Your app's homepage. + homepage: "https://github.com/teamhava/hava-ui-cli" + + # Folder inside the repository to put the formula. + folder: Formula + + # Your app's description. + # + # Templates: allowed + description: "hava is a Go CLI tool to interact with app.hava.io platform." + + # SPDX identifier of your app's license. + license: "Apache-2.0" + + # Repository to push the generated files to. + repository: + owner: teamhava + name: homebrew-hava + + + diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3c57d49..fd3771a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -33,6 +33,8 @@ dockers: - hava/cli:{{ .Tag }} dockerfile: Dockerfile-goreleaser + +## Github Actions will upload artifacts to release release: skip_upload: true @@ -57,33 +59,3 @@ changelog: - '^docs:' - '^test:' -brews: - - - name: hava - - # Git author used to commit to the repository. - commit_author: - name: teamhava - email: support@hava.io - - # Your app's homepage. - homepage: "https://github.com/teamhava/hava-ui-cli" - - # Folder inside the repository to put the formula. - folder: Formula - - # Your app's description. - # - # Templates: allowed - description: "hava is a Go CLI tool to interact with app.hava.io platform." - - # SPDX identifier of your app's license. - license: "Apache-2.0" - - # Repository to push the generated files to. - repository: - owner: teamhava - name: homebrew-hava - - - \ No newline at end of file