Skip to content

Release Management #254

Closed Answered by knqyf263
RamiAwar asked this question in Q&A
Jan 31, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

It is already set up. Pushing a tag triggers a new release.
https://github.com/knqyf263/pet/blob/main/.goreleaser.yml

And do we want to share access to the homebrew tap?

GitHub Actions updates the homebrew tap.

pet/.goreleaser.yml

Lines 6 to 22 in e1b209b

brews:
-
tap:
owner: knqyf263
name: homebrew-pet
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
description: "Simple command-line snippet manager"
homepage: "https://github.com/knqyf263/pet"
dependencies:
- fzf
install: |
bin.install Dir['pet']
zsh_completion.install "misc/completions/zsh/_pet"
test: |
system "#{bin}/pet"

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@RamiAwar
Comment options

RamiAwar Feb 2, 2024
Collaborator Author

@knqyf263
Comment options

@RamiAwar
Comment options

RamiAwar Feb 2, 2024
Collaborator Author

Answer selected by RamiAwar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants