Skip to content

Commit

Permalink
(feat): homebrew-tap (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu authored Aug 31, 2020
1 parent 8200601 commit ab342d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ snapcrafts:
apps:
clockify-cli:
plugs: ["network"]
brews:
- tap:
owner: lucassabreu
name: clockify-cli-homebrew-tap
folder: Formula
homepage: https://github.com/lucassabreu/clockify-cli
description: Helps to interact with Clockfy's API
test: |
system "#{bin}/clockify-cli version"
dependencies:
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.12.0] - 2020-08-31

### Added

- support to homebrew for macOs users.

## [v0.11.0] - 2020-08-22

### Added
Expand Down

0 comments on commit ab342d7

Please sign in to comment.