-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrelease.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.8.9"
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.8.9/linux_amd64_v0.8.9.tar.gz
bin: ./commenter
- selector:
os: linux
arch: arm64
uri: https://github.com/aquasecurity/go-git-pr-commenter/releases/download/v0.8.9/linux_arm64_v0.8.9.tar.gz
bin: ./commenter
- selector:
os: darwin
arch: amd64
uri: https://github.com/aquasecurity/go-git-pr-commenter/releases/download/v0.8.9/darwin_amd64_v0.8.9.tar.gz
bin: ./commenter
- selector:
os: darwin
arch: arm64
uri: https://github.com/aquasecurity/go-git-pr-commenter/releases/download/v0.8.9/darwin_arm64_v0.8.9.tar.gz
bin: ./commenter