forked from aquasecurity/go-git-pr-commenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.yaml
26 lines (26 loc) · 913 Bytes
/
release.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
name: "commenter"
repository: github.com/aquasecurity/go-git-pr-commenter
version: "v0.5.0"
usage: commenter cmd
description: commenter adding comments to git PRs
platforms:
- selector: # optional
os: linux
arch: amd64
uri: https://github.com/aquasecurity/go-git-pr-commenter/releases/download/v0.5.0/linux_amd64_v0.5.0.tar.gz
bin: ./commenter
- selector:
os: linux
arch: arm64
uri: https://github.com/aquasecurity/go-git-pr-commenter/releases/download/v0.5.0/linux_arm64_v0.5.0.tar.gz
bin: ./commenter
- selector:
os: darwin
arch: amd64
uri: https://github.com/aquasecurity/go-git-pr-commenter/releases/download/v0.5.0/darwin_amd64_v0.5.0.tar.gz
bin: ./commenter
- selector:
os: darwin
arch: arm64
uri: https://github.com/aquasecurity/go-git-pr-commenter/releases/download/v0.5.0/darwin_arm64_v0.5.0.tar.gz
bin: ./commenter