Skip to content

Commit

Permalink
Merge pull request #65 from Cian911/issue-64/windows-support
Browse files Browse the repository at this point in the history
FEAT: Add support for windows binary and update goreleaser.
  • Loading branch information
Cian911 authored Dec 19, 2022
2 parents a7f5c93 + 9e3faa1 commit 1170a23
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ builds:
- -X main.Version={{ .Version }}
- -X main.Build={{ .Commit }}
- -X main.BuildDate={{ .Date }}
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm
- arm64
- 386
archives:
-
id: gomerge
Expand All @@ -24,10 +33,28 @@ snapshot:
name_template: "{{ .Tag }}"
changelog:
sort: asc
use: github
filters:
exclude:
- '^docs:'
- '^test:'
- '^typo|TYPO'
- typo
- Merge pull request
- Merge remote-tracking branch
- Merge branch
groups:
- title: 'New Features'
regexp: "^.*FEAT|WATCHER|CLI|EVENT|UTILS|CMD[(\\w)]*:+.*$"
order: 0
- title: 'Fixes'
order: 10
regexp: "^.*FIX|CHORE|BUGFIX|EXAMPLES|BUG[(\\w)]*:+.*$"
- title: 'Workflow Updates'
regexp: "^.*ACTIONS|ACTION[(\\w)]*:+.*$"
order: 20
- title: 'Other things'
order: 999
nfpms:
-
replacements:
Expand Down

0 comments on commit 1170a23

Please sign in to comment.