-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.goreleaser.yml
28 lines (25 loc) · 955 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
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
version: 2
variables:
description: Get the contributor stats summary from all repositories of any given organization
homepage: https://github.com/caarlos0/org-stats
includes:
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/build.yml
- from_url:
url: "https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/package_with_completions_and_manpages.yml?b=4&cache=0"
- from_url:
url: https://raw.githubusercontent.com/caarlos0/goreleaserfiles/main/release.yml
furies:
- account: caarlos0
snapcrafts:
- publish: true
summary: "GitHub Organization Stats"
description: "Get the contributor stats summary from all repositories of any given organization"
grade: stable
license: MIT
confinement: strict
apps:
org-stats:
command: org-stats
plugs: ["home", "network"]