Skip to content

Commit

Permalink
cicd: add scoop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
utkuozdemir committed May 29, 2021
1 parent a8e55f8 commit 578b033
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- '^ci:'
- '^cicd:'
- '^refactor:'
- '^docker:'
- Merge pull request
Expand Down Expand Up @@ -99,9 +99,25 @@ brews:
owner: utkuozdemir
name: homebrew-pv-migrate
token: "{{ .Env.PRIVATE_ACCESS_TOKEN }}"
commit_author:
name: Utku Ozdemir
email: [email protected]
folder: Formula
homepage: https://github.com/utkuozdemir/pv-migrate
description: Persistent volume migration plugin for Kubernetes
license: Apache-2.0
test: |
system "#{bin}/pv-migrate -v"
scoop:
bucket:
owner: utkuozdemir
name: scoop-pv-migrate
token: "{{ .Env.PRIVATE_ACCESS_TOKEN }}"
commit_author:
name: Utku Ozdemir
email: [email protected]
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: https://github.com/utkuozdemir/pv-migrate
description: Persistent volume migration plugin for Kubernetes
license: Apache-2.0

0 comments on commit 578b033

Please sign in to comment.