Update wireproxy-releaser.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 0252a5d6d1
commit 9ea740254e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/wireproxy-releaser.yml

@ -32,21 +32,7 @@ builds:
universal_binaries:
- name_template: "wireproxy"
replace: false
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "wireproxy"
archives:
- name_template: "wireproxy_${{ env.release_version }}_{{ .Os }}_{{ .Arch }}"
- name_template: "wireproxy_{{ .Os }}_{{ .Arch }}"
files:
- none*
changelog:
sort: asc
filters:
exclude:
- "^docs:"
- "^test:"
- "^chore"
- Merge pull request
- Merge branch
- go mod tidy

Loading…
Cancel
Save