Skip to content

Commit

Permalink
Enable AUR publish
Browse files Browse the repository at this point in the history
  • Loading branch information
inverse committed May 21, 2023
1 parent cb6c2f3 commit ae8d14f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ archives:
format_overrides:
- goos: windows
format: zip
# aurs:
# - name: git-pair-bin
# description: 'A simple CLI app to make it easier for pairing for co-authoring commits.'
# maintainers:
# - 'Malachi Soord <me@malachisoord.com>'
# homepage: 'https://github.com/inverse/git-pair/'
# git_url: 'ssh://aur@aur.archlinux.org/git-pair-bin.git'
# private_key: '{{ .Env.AUR_KEY }}'
# license: 'MIT'
aurs:
- name: git-pair-bin
description: 'A simple CLI app to make it easier for pairing for co-authoring commits.'
maintainers:
- 'Malachi Soord <me@malachisoord.com>'
homepage: 'https://github.com/inverse/git-pair/'
git_url: 'ssh://aur@aur.archlinux.org/git-pair-bin.git'
private_key: '{{ .Env.AUR_KEY }}'
license: 'MIT'
release:
draft: true
name_template: '{{.ProjectName}}-v{{.Version}}'
Expand Down

0 comments on commit ae8d14f

Please sign in to comment.