Skip to content

Commit

Permalink
Fix goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
jotadrilo committed Jun 15, 2019
1 parent 9e0e285 commit 86fbc28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,13 @@ brews:
- default
install: |
bin.install "rubbi-sh"
(share/"alias").install "dotfiles/.rubbi.sh
(share/"alias").install "dotfiles/.rubbi.sh"
caveats: |
This tool is based on some alias and shell functions
Please import the .rubbi.sh file in your profile configuration or add its content directly
. \#{(share/"alias")}/.rubbi.s
. \#{(share/"alias")}/.rubbi.sh
test: |
system bin/"rubbi-sh", "-version
system bin/"rubbi-sh", "-version"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Release 0.0.7 (2019-06-15)

- Test release

## Release 0.0.6 (2019-06-15)

Expand Down

0 comments on commit 86fbc28

Please sign in to comment.