-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
37 lines (32 loc) · 872 Bytes
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
project_name: 'scriptup'
builds:
- main: './main.go'
goos: ['linux', 'darwin', 'windows']
goarch: ['386', 'amd64', 'arm', 'arm64']
goarm: ['6', '7']
env:
- CGO_ENABLED=0
changelog:
sort: 'asc'
filters:
exclude: ['^docs:', '^test:', 'Merge pull request', 'Merge branch']
archives:
- format_overrides:
- goos: 'windows'
format: 'zip'
wrap_in_directory: true
files:
- README.md
nfpms:
- homepage: 'https://github.com/mg98/scriptup'
description: 'Migration tool for shell script executions'
maintainer: 'Marcel Gregoriadis <m.gregoriadis@gmail.com>'
formats: ['deb', 'rpm']
dependencies: ['git']
brews:
- tap:
owner: 'mg98'
name: 'homebrew-tap'
folder: 'Formula'
homepage: 'https://github.com/mg98/scriptup'
description: 'Migration tool for shell script executions'