-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.goreleaser.yml
49 lines (44 loc) · 938 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
38
39
40
41
42
43
44
45
46
47
48
49
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
version: 2
# The changelog is managed by release-please
changelog:
disable: true
before:
hooks:
- ./scripts/completions.sh
builds:
- binary: ok
goos:
- linux
- darwin
goarch:
- amd64
- arm64
archives:
- files:
- completions/*
nfpms:
- package_name: ok
maintainer: Oslo kommune
formats:
- deb
- rpm
- archlinux
brews:
- name: ok
description: A CLI called ok
homepage: https://github.com/oslokommune/ok
goarm: 6
goamd64: v1
repository:
owner: oslokommune
name: ok
directory: Formula
install: |
bin.install "ok"
bash_completion.install "completions/ok.bash" => "ok"
zsh_completion.install "completions/ok.zsh" => "_ok"
fish_completion.install "completions/ok.fish"
dependencies:
- name: yq
- name: fzf