capactio / capact

Simple way to manage applications and infrastructure.
https://capact.io
Apache License 2.0
80 stars 19 forks source link

Add support for Homebrew #627

Closed mkuziemko closed 2 years ago

mkuziemko commented 2 years ago

Description

Changes proposed in this pull request:

There was created a dedicated repository for Homebrew formulas.

Testing

  1. clone a forked repository:
    git clone https://github.com/mkuziemko/capact/
  2. replace Tap details in .goreleaser.yml file:
    tap: &homebrew-tap
    owner: mkuizemko
    name: homebrew-tap

Note: comment out a section with a docker, blobs and release as there are not needed.

  1. generate a personal GitHub token
  2. generate a test release:
    GITHUB_TOKEN=token goreleaser release --debug --timeout 60m

It should generate a test release in the forked repository with binaries and create a commit in the forked homebrew-tap repository.

Related issue(s)