Skip to content

Commit

Permalink
removed the docker app version creation for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdiooa committed Jan 28, 2024
1 parent e83f31a commit 339a92b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,22 @@ brews:
commit_author:
name: Abdi Omar Ousleyeh
email: [email protected]
license: "Apache"
license: "Apache"

chocolateys:
- # Your app's package name.
name: zeroward
owners: Abdi Omar Ousleyeh
title: zeroward
authors: Abdiooa
project_url: https://github.com/Abdiooa/zeroward/
url_template: https://github.com/Abdiooa/zeroward/releases/download/{{.LatestVersion}}/{{.ProjectName}}_{{.LatestVersion}}_windows-{{.Arch}}
project_source_url: https://github.com/Abdiooa/zeroward/
summary: "zero knowledge encryption command line for securing files on the cloud storage"
source_repo: "https://push.chocolatey.org/"
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
skip_publish: false
goamd64: v1
require_license_acceptance: false
copyright: 2024 Abdi Omar Ousleyeh <[email protected]>
license_url: https://github.com/Abdiooa/zeroward/blob/releaseco/LICENSE

0 comments on commit 339a92b

Please sign in to comment.