Skip to content

Commit

Permalink
chore: AUR commit info & ignore chore in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed May 24, 2023
1 parent 51e1911 commit 47588e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ checksum:
changelog:
sort: 'asc'
filters:
exclude: ['^docs:', '^test:', 'Merge pull request', 'Merge branch', 'go mod tidy']
exclude: ['^docs:', '^chore:', '^test:', 'Merge pull request', 'Merge branch', 'go mod tidy']

archives:
- name_template: >-
Expand Down Expand Up @@ -90,6 +90,9 @@ aurs:
license: MIT
private_key: '{{ .Env.AUR_KEY }}'
git_url: 'ssh://[email protected]/ncp-bin.git'
commit_author:
name: Abdul Khaliq
email: [email protected]
package: |-
# bin
install -Dm755 "./ncp" "${pkgdir}/usr/bin/ncp"
Expand Down

0 comments on commit 47588e3

Please sign in to comment.