Skip to content

Commit

Permalink
feat: Switch to goreleaser for generating Winget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 14, 2023
1 parent c887641 commit 2d816f9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/winget.yml

This file was deleted.

35 changes: 35 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,38 @@ source:
prefix_template: '{{ .ProjectName }}-{{ .Version }}/'
files:
- COMMIT

winget:
- name: chezmoi
publisher: twpayne
publisher_url: https://github.com/twpayne
short_description: Manage your dotfiles across multiple diverse machines, securely.
license: MIT
commit_author:
name: Tom Payne
email: [email protected]
homepage: https://chezmoi.io
license_url: https://github.com/twpayne/chezmoi/blob/master/LICENSE
copyright: Copyright (c) 2018-2023 Tom Payne
release_notes: '{{ .Changelog }}'
release_notes_url: 'https://github.com/twpayne/chezmoi/releases/tag/{{ .Tag }}'
tags:
- cli
- configuration
- dotbot
- dotfile
- dotfiles
- stow
- yadm
author: Tom Payne
publisher_support_url: https://github.com/twpayne/chezmoi/issues
repository:
owner: twpayne
name: winget-pkgs
token: ${{ secrets.WINGET_TOKEN }}
pull_request:
enabled: true
base:
owner: microsoft
name: winget-pkgs
branch: master

0 comments on commit 2d816f9

Please sign in to comment.