Skip to content

Commit

Permalink
build(release): disable winget release step
Browse files Browse the repository at this point in the history
Signed-off-by: Universal Studio <[email protected]>
  • Loading branch information
TMUniversal committed Feb 25, 2024
1 parent f639d51 commit 6273159
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,39 +161,39 @@ scoops:
license: *license
shortcuts: [["papercrypt.exe", "papercrypt"]]

winget:
- name: papercrypt
publisher: TMUniversal
package_identifier: TMUniversal.PaperCrypt
publisher_url: https://github.com/TMUniversal
publisher_support_url: https://github.com/TMUniversal/papercrypt/issues
short_description: *description
license: *license
commit_author:
<<: *commit_author
homepage: *homepage
license_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/COPYING
copyright: Copyright © 2023-2024 TMUniversal <[email protected]>
copyright_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/COPYING
skip_upload: auto
release_notes_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/CHANGELOG.md
tags:
- golang
- cli
- encryption
- backup
repository:
owner: tmuniversal
name: winget-pkgs
branch: "papercrypt-{{.Version}}"
token: "{{ .Env.GORELEASER_TOKEN }}"
pull_request:
enabled: true
draft: true
base:
owner: microsoft
name: winget-pkgs
branch: master
# winget:
# - name: papercrypt
# publisher: TMUniversal
# package_identifier: TMUniversal.PaperCrypt
# publisher_url: https://github.com/TMUniversal
# publisher_support_url: https://github.com/TMUniversal/papercrypt/issues
# short_description: *description
# license: *license
# commit_author:
# <<: *commit_author
# homepage: *homepage
# license_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/COPYING
# copyright: Copyright © 2023-2024 TMUniversal <[email protected]>
# copyright_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/COPYING
# skip_upload: auto
# release_notes_url: https://github.com/TMUniversal/papercrypt/blob/{{.Tag}}/CHANGELOG.md
# tags:
# - golang
# - cli
# - encryption
# - backup
# repository:
# owner: tmuniversal
# name: winget-pkgs
# branch: "papercrypt-{{.Version}}"
# token: "{{ .Env.GORELEASER_TOKEN }}"
# pull_request:
# enabled: true
# draft: true
# base:
# owner: microsoft
# name: winget-pkgs
# branch: master

blobs:
- provider: s3
Expand Down

0 comments on commit 6273159

Please sign in to comment.