-
Notifications
You must be signed in to change notification settings - Fork 36
/
changie.json
29 lines (29 loc) · 1.1 KB
/
changie.json
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
{
"version": "1.21.0",
"architecture": {
"32bit": {
"url": "https://github.com/miniscruff/changie/releases/download/v1.21.0/changie_1.21.0_windows_386.zip",
"bin": [
"changie.exe"
],
"hash": "c51dd63b1bc07c486aedf2af663ab3b2886e7224f6b18532188cb672a0af187d"
},
"64bit": {
"url": "https://github.com/miniscruff/changie/releases/download/v1.21.0/changie_1.21.0_windows_amd64.zip",
"bin": [
"changie.exe"
],
"hash": "b16e9cd6c12a400731f7c42621296d6dcb245d69e3a92e0bfe0a4b78697486de"
},
"arm64": {
"url": "https://github.com/miniscruff/changie/releases/download/v1.21.0/changie_1.21.0_windows_arm64.zip",
"bin": [
"changie.exe"
],
"hash": "efdbd08a1ba230b8e1ffd3f1792284446f4dabb6799060d799dfa0a343b97a90"
}
},
"homepage": "https://changie.dev",
"license": "MIT",
"description": "Automated changelog tool for preparing releases with lots of customization options."
}