Skip to content

Commit

Permalink
chore: updates rustreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
rvigo committed May 31, 2024
1 parent 62d4fd6 commit 46c0f92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rustreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@ release:
prerelease: false
draft: false
target_branch: main
archive:
files:
- README.md
- completions/**/*

brew:
name: cl
description: |
cl is a way to group all your aliases, once in a while or multiple usages
with a lot of args commands in an organized and human readable place
homepage: https://github.com/rvigo/cl
install: |
install: |-
bin.install "cl"
zsh_completion.install "completions/zsh/_cl" => "_cl"
repository:
owner: rvigo
name: homebrew-cl
Expand Down

0 comments on commit 46c0f92

Please sign in to comment.