-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
.goreleaser.yml
107 lines (99 loc) · 2.12 KB
/
.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
project_name: dbui
before:
hooks:
- go mod tidy
builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 6
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
main: ./main.go
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
binary: dbui
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: x86
amd64: x86_64
snapshot:
name_template: SNAPSHOT-{{ .Commit }}
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
signs:
- cmd: gpg
args:
- --output
- $signature
- --detach-sig
- $artifact
signature: ${artifact}.sig
artifacts: none
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^conf:'
release:
github:
owner: KenanBek
name: dbui
draft: true
prerelease: auto
discussion_category_name: General
header: |
## Features
List of newly introduced features:
- Item 1
- Item 2
## Bug fixes
List of fixed issues:
- Item 1
- Item 2
## Code changes
- Item 1
- Item 2
footer: |
## Thanks!
Read more on our documentation page: https://kenanbek.gitbook.io/dbui/
brews:
- tap:
owner: KenanBek
name: dbui
name: dbui
description: "Database CLI for MySQL and PostgreSQL. More databases to come. Terminal User Interface Application."
homepage: "https://github.com/kenanbek/dbui"
license: "Apache 2.0"
folder: Formula
commit_author:
name: KenanBek
email: mail@kenanbek.me
install: bin.install "dbui"
test: |
system "#{bin/dbui}"
nfpms:
- maintainer: KenanBek
description: "Database CLI for MySQL and PostgreSQL. More databases to come. Terminal User Interface Application."
homepage: "https://github.com/kenanbek/dbui"
license: "Apache 2.0"
formats:
- deb
- rpm
replacements:
darwin: Darwin