Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Update goreleaser script for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Dec 24, 2021
1 parent cab8c67 commit f529f13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ snapshot:
changelog:
skip: true
brews:
- name: magica
- name: despell
tap:
owner: bensadeh
name: homebrew-magica
description: "magica is a tool for showing icons in tmux's statusline"
homepage: "https://github.com/bensadeh/magica/"
name: homebrew-despell
description: "despell puts icons in tmux's statusline"
homepage: "https://github.com/bensadeh/despell/"
license: "MIT"
install: |
bin.install "magica" => "despell"
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.6.1
_2021-12-24_

- Update homebrew script

## 0.6
_2021-12-24_

Expand Down

0 comments on commit f529f13

Please sign in to comment.