-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathchglog.hcl
53 lines (47 loc) · 2.51 KB
/
chglog.hcl
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
description = "chglog is a changelog management library and tool"
test = "chglog version"
binaries = ["chglog"]
vars = {
"arch_": "${arch}",
"os_": "${os}",
}
source = "https://github.com/goreleaser/chglog/releases/download/v${version}/chglog_${os_}_${arch_}.tar.gz"
platform "amd64" {
vars = {
"arch_": "x86_64",
}
}
platform "darwin" {
vars = {
"os_": "Darwin",
}
}
platform "linux" {
vars = {
"os_": "Linux",
}
}
platform "windows" {
vars = {
"os_": "Windows",
}
}
version "0.6.1" "0.6.2" "0.7.0" {
auto-version {
github-release = "goreleaser/chglog"
}
}
sha256sums = {
"https://github.com/goreleaser/chglog/releases/download/v0.6.1/chglog_Linux_x86_64.tar.gz": "64e11a67784436a15bab94d24622085eb55cf8a90b45c285517422cab718b237",
"https://github.com/goreleaser/chglog/releases/download/v0.6.1/chglog_Linux_arm64.tar.gz": "d8a0fbff0097f8e98fb0fe4b588e9fdfa24690220c0369ba558472e5a14569f4",
"https://github.com/goreleaser/chglog/releases/download/v0.6.1/chglog_Darwin_x86_64.tar.gz": "afdf5d9b417a466ae34ec72a7649a259e0001553b85fe7affb594b30fac79b92",
"https://github.com/goreleaser/chglog/releases/download/v0.6.1/chglog_Darwin_arm64.tar.gz": "cf4c54d1d9cff8d2deefeebd54acb2f7889fb86840732197729df463b664663d",
"https://github.com/goreleaser/chglog/releases/download/v0.6.2/chglog_Linux_x86_64.tar.gz": "ab2c5e6df7f44d28ad47fe074e8b3ec5441a9a3390e1d6d6d81147da99fc115c",
"https://github.com/goreleaser/chglog/releases/download/v0.6.2/chglog_Darwin_x86_64.tar.gz": "95ff63e733b63e6d764c2e2e56da8414558838101b33e8a97fbf629b3b0a0af3",
"https://github.com/goreleaser/chglog/releases/download/v0.6.2/chglog_Darwin_arm64.tar.gz": "2a114c5007eb1db99abbae69cc9f5dcdc5cbec0a2d63d932df44008356a21a34",
"https://github.com/goreleaser/chglog/releases/download/v0.6.2/chglog_Linux_arm64.tar.gz": "06731564b04469cecb3445cc21f3a63aa65ff4cfa6cb622fefacf8d167c343e3",
"https://github.com/goreleaser/chglog/releases/download/v0.7.0/chglog_Darwin_x86_64.tar.gz": "88523479a8df60728e3b592f50bbff68f1870c2ca34b25fce67afce773036af0",
"https://github.com/goreleaser/chglog/releases/download/v0.7.0/chglog_Darwin_arm64.tar.gz": "b211362304275f7fffe8dcba6fb5f481ca1a9f894e033470c91d77bf02ee8bc7",
"https://github.com/goreleaser/chglog/releases/download/v0.7.0/chglog_Linux_arm64.tar.gz": "eb1648103266303114296f2ae3417c5af421ea7887d790aef801fb3801908320",
"https://github.com/goreleaser/chglog/releases/download/v0.7.0/chglog_Linux_x86_64.tar.gz": "07fcd1bca1a00685444680822a2b0ecd38adc352ae3ec1b3d5ed36c253feb33b",
}