-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.goreleaser.yaml
166 lines (163 loc) Β· 5.17 KB
/
.goreleaser.yaml
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
version: 2
before:
hooks:
- go mod download
- go mod tidy
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
id: fjira
main: ./cmd/fjira-cli
binary: fjira
release:
github:
owner: mk-5
name: fjira
draft: true
mode: replace
header: |
## Release ({{ .Version }})
brews:
- name: fjira
repository:
owner: mk-5
name: homebrew-mk-5
branch: main
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
download_strategy: CurlDownloadStrategy
url_template: "https://github.com/mk-5/fjira/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: mk-5
email: mateusz+goreleaser@mk5.pl
commit_msg_template: "misc: brew formula update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://github.com/mk-5/fjira"
license: "AGPL-3.0"
archives:
- id: fjira
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: >-
{{- .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
nfpms:
- id: linux_packages
file_name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
vendor: "mk-5"
homepage: "https://github.com/mk-5/fjira"
maintainer: "Mateusz <mateusz@mk5.pl>"
description: "Fjira - the fuzziest Jira command line tool in the world."
license: "AGPL-3.0"
formats:
- deb
- rpm
- apk
builds:
- fjira
scripts:
postremove: "scripts/postremove.sh"
rpm:
signature:
key_file: '{{ .Env.HOME }}/.key'
deb:
signature:
key_file: '{{ .Env.HOME }}/.key'
snapcrafts:
-
id: fjira
builds:
- fjira
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
name: fjira
title: Fjira
disable: false
publish: true
summary: Fuzzy finder and TUI application for Jira.
description: |
Fjira is a powerful terminal user interface (TUI) application designed to streamline your Jira workflow.
With its fuzzy-find capabilities, it simplifies the process of searching and accessing Jira issues,
making it easier than ever to locate and manage your tasks and projects efficiently.
Say goodbye to manual searching and hello to increased productivity with fjira.
channel_templates:
- edge
- beta
- candidate
- stable
grade: stable
confinement: strict
license: "AGPL-3.0"
base: core18
assumes:
- snapd2.38
apps:
fjira:
# If your app requires extra permissions to work outside of its default
# confined space, declare them here.
# You can read the documentation about the available plugs and the
# things they allow:
# https://snapcraft.io/docs/supported-interfaces.
plugs: ["home", "network", "network-bind"]
aurs:
- name: fjira-bin
homepage: https://github.com/mk-5/fjira
description: Fjira - Fuzzy finder and TUI application for Jira.
maintainers:
- 'Mateusz Kulawik <mateusz+aur@mk5.pl>'
- 'Jonathan Neidel <aur at jneidel dot com>'
license: 'AGPL3'
private_key: '{{ .Env.AUR_KEY }}'
git_url: 'ssh://aur@aur.archlinux.org/fjira-bin.git'
package: |-
install -Dm755 "./fjira" "${pkgdir}/usr/bin/fjira"
chocolateys:
-
name: fjira
ids:
- fjira
owners: mk5
title: Fjira - the fuzziest Jira command line tool in the world.
authors: mk5
project_url: https://github.com/mk-5/fjira
url_template: "https://github.com/mk-5/fjira/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: 'https://cdn.statically.io/gh/mk-5/fjira/60767ee5/fjira.png'
copyright: 2022 mk-5
license_url: https://github.com/mk-5/fjira/blob/master/LICENSE
require_license_acceptance: false
project_source_url: https://github.com/mk-5/fjira
docs_url: https://github.com/mk-5/fjira/blob/master/README.md
bug_tracker_url: https://github.com/mk-5/fjira/issues
tags: "fjira jira terminal tui"
summary: Terminal application to deal with Atlassian Jira.
description: |
{{ .ProjectName }} installer package.
Fjira is a powerful terminal user interface (TUI) application designed to streamline your Jira workflow.
With its fuzzy-find capabilities, it simplifies the process of searching and accessing Jira issues,
making it easier than ever to locate and manage your tasks and projects efficiently.
Say goodbye to manual searching and hello to increased productivity with fjira.
release_notes: "https://github.com/mk-5/fjira/releases/tag/v{{ .Version }}"
api_key: '{{ .Env.CHOCOLATEY_API_KEY }}'
source_repo: "https://push.chocolatey.org/"
goamd64: v1
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: desc
filters:
exclude:
- '^docs:'
- '^test:'
- '^refactor:'