Skip to content

Commit 30472f4

Browse files
authored
git-flow-next: Add version 1.0.0 (#7683)
1 parent c8fd132 commit 30472f4

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

bucket/git-flow-next.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "A modern reimplementation of git-flow in Go that offers greater flexibility while maintaining backward compatibility with the original git-flow and git-flow-avh.",
4+
"homepage": "https://git-flow.sh",
5+
"license": "BSD-2-Clause",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/gittower/git-flow-next/releases/download/v1.0.0/git-flow-next-v1.0.0-windows-amd64.zip",
9+
"hash": "ca0ccb362d3aeddf88287241e7d62544378675c84aca2a41864d7868c957ea0a"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/gittower/git-flow-next/releases/download/v1.0.0/git-flow-next-v1.0.0-windows-386.zip",
13+
"hash": "5863ea1723077afa8578ab9860637467ef30749fadc4aa370b1d16a055cd62f3"
14+
}
15+
},
16+
"pre_install": "Get-ChildItem \"$dir\\git-flow*.exe\" | Select-Object -First 1 | Rename-Item -NewName 'git-flow.exe'",
17+
"bin": "git-flow.exe",
18+
"checkver": {
19+
"github": "https://github.com/gittower/git-flow-next"
20+
},
21+
"autoupdate": {
22+
"architecture": {
23+
"64bit": {
24+
"url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-windows-amd64.zip"
25+
},
26+
"32bit": {
27+
"url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-windows-386.zip"
28+
}
29+
},
30+
"hash": {
31+
"url": "https://github.com/gittower/git-flow-next/releases/download/v$version/git-flow-next-v$version-checksums.txt"
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)