Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-cliff 1.3.0 #141184

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions Formula/g/git-cliff.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GitCliff < Formula
desc "Highly customizable changelog generator"
homepage "https://github.com/orhun/git-cliff"
url "https://github.com/orhun/git-cliff/archive/refs/tags/v1.2.0.tar.gz"
sha256 "10db6fd8fe777f384de2e00336b1cb664095a2f068526f8ace4e7944a7ada270"
url "https://github.com/orhun/git-cliff/archive/refs/tags/v1.3.0.tar.gz"
sha256 "3c130ebbd3121d3994ecd1ff1062220de610c7491ada02f9d421c8869674c386"
license "GPL-3.0-only"

bottle do
Expand All @@ -29,7 +29,7 @@
zsh_completion.install "_git-cliff"
end

test do

Check failure on line 32 in Formula/g/git-cliff.rb

View workflow job for this annotation

GitHub Actions / macOS 11-arm64

`brew test --verbose git-cliff` failed on macOS Big Sur (11) on Apple Silicon!

/opt/homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/bin/bundle clean ==> Testing git-cliff ==> git cliff --init objc[48053]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x203ce7490) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x11098c2b8). One of the two will be used. Which one is undefined. objc[48053]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x203ce74e0) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x11098c308). One of the two will be used. Which one is undefined. INFO git_cliff > Saving the configuration file to "cliff.toml" ==> git init hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /private/tmp/git-cliff-test-20230902-48028-1jft8f9/.git/ ==> git add cliff.toml ==> git commit -m chore: initial commit [master (root-commit) 55a3d55] chore: initial commit 1 file changed, 82 insertions(+) create mode 100644 cliff.toml ==> git cliff Error: git-cliff: failed An exception occurred within a child process: Minitest::Assertion: No linkage with libgit2! Cargo is likely using a vendored version. /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/2.6.0/gems/minitest-5.19.0/lib/minitest/assertions.rb:183:in `assert' /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/g/git-cliff.rb:42:in `block in <class:GitCliff>' /opt/homebrew/Library/Homebrew/formula.rb:2500:in `block (3 levels) in run_test' /opt/homebrew/Library/Homebrew/extend/kernel.rb:499:in `with_env' /opt/homebrew/Library/Homebrew/formula.rb:2499:in `block (2 levels) in run_test' /opt/homebrew/Library/Homebrew/formula.rb:1054:in `with_logging' /opt/homebrew/Library/Homebrew/formula.rb:2498:in `block in run_test' /opt/homebrew/Library/Homebrew/mktemp.rb:75:in `block in run' /opt/homebrew/Library/Homebrew/mktemp.rb:75:in `chdir' /opt/homebrew/Library/Homebrew/mktemp.rb:75:in `run' /opt/homebrew/Library/Homebrew/formula.rb:2791:in `mktemp' /opt/homebrew/Library/Homebrew/formula.rb:2492:in `run_test' /opt/homebrew/Library/Homebrew/test.rb:44:in `block in <main>' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/lib/ruby/2.6.0/timeout.rb:93:in `block in timeout' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/lib/ruby/2.6.0/timeout.rb:33:in `block in catch' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/lib/ruby/2.6.0/timeout.rb:33:in `catch' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/lib/ruby/2.6.0/timeout.rb:33:in `catch' /opt/homebrew/Library/Homebrew/vendor/portable-ruby/2.6.10_1/lib/ruby/2.6.0/timeout.rb:108:in `timeout' /opt/homebrew/Library/Homebrew/test.rb:48:in `<main>'
system "git", "cliff", "--init"
assert_predicate testpath/"cliff.toml", :exist?

Expand Down
Loading