Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions git-chglog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

# This file was generated by GoReleaser. DO NOT EDIT.
class GitChglog < Formula
desc "CHANGELOG generator implemented in Go (Golang)."
desc "CHANGELOG generator implemented in Go (Golang)"
homepage "https://godoc.org/github.com/git-chglog/git-chglog"
version "0.15.0"
bottle :unneeded

on_macos do
if Hardware::CPU.intel?
Expand Down Expand Up @@ -39,6 +38,6 @@ def install
end

test do
system "#{bin}/git-chglog --help"
system "#{bin}/git-chglog", "--help"
end
end