nore-dev / fman

TUI File Manager
MIT License
324 stars 20 forks source link

feat: configure GoRelease to publish to homebrew #61

Closed tomekz closed 1 year ago

tomekz commented 1 year ago

Scope:

Test:

I didn't want to push a new tag and trigger a regular release so I could only test my changes by doing a local-only release with the command:

goreleaser release --snapshot --rm-dist

this generated dist/fman.rb formula file that would be published to homebrew-tab repo

nore-dev commented 1 year ago

Thanks