mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
git-cliff: Add version 0.10.0 (#4161)
* git-cliff: Add version 0.10.0 * Update bucket/git-cliff.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
409d48131b
commit
864fefac36
30
bucket/git-cliff.json
Normal file
30
bucket/git-cliff.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"version": "0.10.0",
|
||||||
|
"description": "A highly customizable Changelog Generator that follows Conventional Commit specifications",
|
||||||
|
"homepage": "https://github.com/orhun/git-cliff",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"architecture": {
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/orhun/git-cliff/releases/download/v0.10.0/git-cliff-0.10.0-i686-pc-windows-msvc.zip",
|
||||||
|
"hash": "313b820e2e9c78889ce3a7b489cc99e30ac3304846abbe5e69a82f1d739de07e"
|
||||||
|
},
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/orhun/git-cliff/releases/download/v0.10.0/git-cliff-0.10.0-x86_64-pc-windows-msvc.zip",
|
||||||
|
"hash": "da1f1fad0e24f9bfad810317357c2cd42a61b9f17d11eeff822b12afccda9213"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract_dir": "git-cliff-0.10.0",
|
||||||
|
"bin": "git-cliff.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-i686-pc-windows-msvc.zip"
|
||||||
|
},
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/orhun/git-cliff/releases/download/v$version/git-cliff-$version-x86_64-pc-windows-msvc.zip"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract_dir": "git-cliff-$version"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user