Skip to content

Commit

Permalink
Add gptcc
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Nov 13, 2023
1 parent 1ba4f82 commit 6e5bb14
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gptcc.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
description = "Add Conventional Commits to commit messages using ChatGPT"
binaries = ["gptcc"]
source = "https://github.com/alecthomas/gptcc/releases/download/v${version}/gptcc-${version}-${os}-${arch}.tar.gz"
sha256-source = "https://github.com/alecthomas/gptcc/releases/download/v${version}/gptcc-checksums.txt"

version "0.0.1" {
auto-version {
github-release = "alecthomas/gptcc"
}
}

sha256sums = {
"https://github.com/alecthomas/gptcc/releases/download/v0.0.1/gptcc-0.0.1-linux-amd64.tar.gz": "34e43c301226e515e96bfec9426e30803e6233d3d8dc4cc4f509e029be9b98e4",
"https://github.com/alecthomas/gptcc/releases/download/v0.0.1/gptcc-0.0.1-darwin-amd64.tar.gz": "2315c4ee7a5b85b490296dc08dd8a6311fe63f31e30459f1a06c220702650985",
"https://github.com/alecthomas/gptcc/releases/download/v0.0.1/gptcc-0.0.1-darwin-arm64.tar.gz": "b4829107f9f5ac5c7452dcf9b481a4e32ff5be4e0f1946db061cc133c205f6cf",
}

0 comments on commit 6e5bb14

Please sign in to comment.