-
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use gopass-releaser GH PAT for releasing (#1739)
RELEASE_NOTES=n/a Signed-off-by: Dominik Schulz <[email protected]>
- Loading branch information
1 parent
9f6b31b
commit f47e682
Showing
2 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,45 +60,45 @@ release: | |
draft: false | ||
prerelease: auto | ||
|
||
#brews: | ||
# - name: gopass | ||
# tap: | ||
# owner: gopasspw | ||
# name: homebrew-gopass | ||
# caveats: | | ||
# Gopass has been installed, have fun! | ||
# If upgrading from `pass`, everything should work as expected. | ||
# If installing from scratch, you need to either initialize a new repository now... | ||
# gopass init | ||
# ...or clone one from a source: | ||
# gopass clone [email protected]:example/pass.git | ||
# In order to use the great autocompletion features (they're helpful with gopass), | ||
# please make sure you have autocompletion for homebrew enabled: | ||
# https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion | ||
# More information: | ||
# https://www.gopass.pw/ | ||
# https://github.com/gopasspw/gopass/README.md | ||
# homepage: "https://www.gopass.pw/" | ||
# description: "The slightly more awesome Standard Unix Password Manager for Teams." | ||
# dependencies: | ||
# - git | ||
# - gnupg | ||
# - terminal-notifier | ||
# install: | | ||
# ENV["GOPATH"] = buildpath | ||
# (buildpath/"src/github.com/gopasspw/gopass").install buildpath.children | ||
# | ||
# cd "src/github.com/gopasspw/gopass" do | ||
# ENV["PREFIX"] = prefix | ||
# system "make", "install" | ||
# end | ||
# | ||
# system bin/"gopass completion bash > bash_completion.bash" | ||
# system bin/"gopass completion zsh > zsh_completion.zsh" | ||
# bash_completion.install "bash_completion.bash" | ||
# zsh_completion.install "zsh_completion.zsh" | ||
# test: | | ||
# assert_match version.to_s, shell_output("#{bin}/gopass version") | ||
brews: | ||
- name: gopass | ||
tap: | ||
owner: gopasspw | ||
name: homebrew-gopass | ||
caveats: | | ||
Gopass has been installed, have fun! | ||
If upgrading from `pass`, everything should work as expected. | ||
If installing from scratch, you need to either initialize a new repository now... | ||
gopass init | ||
...or clone one from a source: | ||
gopass clone [email protected]:example/pass.git | ||
In order to use the great autocompletion features (they're helpful with gopass), | ||
please make sure you have autocompletion for homebrew enabled: | ||
https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion | ||
More information: | ||
https://www.gopass.pw/ | ||
https://github.com/gopasspw/gopass/README.md | ||
homepage: "https://www.gopass.pw/" | ||
description: "The slightly more awesome Standard Unix Password Manager for Teams." | ||
dependencies: | ||
- git | ||
- gnupg | ||
- terminal-notifier | ||
install: | | ||
ENV["GOPATH"] = buildpath | ||
(buildpath/"src/github.com/gopasspw/gopass").install buildpath.children | ||
cd "src/github.com/gopasspw/gopass" do | ||
ENV["PREFIX"] = prefix | ||
system "make", "install" | ||
end | ||
system bin/"gopass completion bash > bash_completion.bash" | ||
system bin/"gopass completion zsh > zsh_completion.zsh" | ||
bash_completion.install "bash_completion.bash" | ||
zsh_completion.install "zsh_completion.zsh" | ||
test: | | ||
assert_match version.to_s, shell_output("#{bin}/gopass version") | ||
nfpms: | ||
- id: gopass | ||
vendor: Gopass Authors | ||
|