Skip to content

Commit 1a393a2

Browse files
authored
feat: add git-chglog (#647)
CHANGELOG generator implemented in Go (Golang).
1 parent caa4c4f commit 1a393a2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

git-chglog.hcl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
description = "CHANGELOG generator implemented in Go (Golang)."
2+
binaries = ["git-chglog"]
3+
test = "git-chglog --version"
4+
repository = "https://github.com/git-chglog/git-chglog"
5+
source = "https://github.com/git-chglog/git-chglog/releases/download/v${version}/git-chglog_${version}_${os}_${arch}.tar.gz"
6+
7+
version "0.15.4" {
8+
auto-version {
9+
github-release = "git-chglog/git-chglog"
10+
}
11+
}
12+
13+
sha256sums = {
14+
"https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_darwin_amd64.tar.gz": "5cd320f82138413b2a21e63346532588f5d4f2ca1ca5c523ef43883de8115e73",
15+
"https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_darwin_arm64.tar.gz": "50909bd4ccfe7c66411170e089d856464642b21ad67c7941eced9f81e30b2e4a",
16+
"https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_arm64.tar.gz": "75d6fcfe1e2f7335a37048e01db53b87035a11ab78a8c3fc2ba65a6e5794f71f",
17+
"https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz": "03cbeedbd1317289295e75016fa0acd26baeb2fc7810ed287361dd9bd8bc33a8",
18+
}

0 commit comments

Comments
 (0)