-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Generates empty CHANGELOG #75
Comments
I tried
I think that leaves out my OS and git versions as variables here. |
Do you have Do any of the examples work? e.g. Also, can you run |
No, it is undefined.
No, they give the same empty output.
The debug info for
|
I also unset these env variables.. just in case.. |
I'm having trouble reproducing this issue. Can you also share the version of Have you tried running |
Can you build |
Turns out that your latest commit 84507dd fixed this issue for me! I had (Related issue: #74) The issue is now fixed, but I will answer your questions anyways.
I am using libgit2 that I built about 2 years back: libgit2/libgit2@66137ff6e (v1.1.0+)
Yes. I was trying to run
Now Thanks! |
@orhun May I suggest that when the user uses |
Hey, I'm glad this issue is resolved by #76, wasn't expecting that 😄
Hmm, can you elaborate what you mean with an example? Actually, having a separate issue for tracking this would be great. |
Describe the bug
I have tried all the different switches of
git cliff
but the output is always empty:# Changelog All notable changes to this project will be documented in this file. <!-- generated by git-cliff -->
To Reproduce
Steps to reproduce the behavior:
git-cliff
from https://github.com/orhun/git-cliff/releases/download/v0.6.1/git-cliff-0.6.1-x86_64-unknown-linux-musl.tar.gz and put it inPATH
.git clone https://github.com/orhun/git-cliff
cd git-cliff
git cliff
# Changelog All notable changes to this project will be documented in this file. <!-- generated by git-cliff -->
git cliff -r .
,git cliff -r . -w .
,git cliff -l
,git cliff -u
,git cliff HEAD~5..
, but regardless, that output is the same as above.~/.gitconfig
temporarily thinking that something in there might be messing with this. But that didn't help either.Expected behavior
I expected the git commit logs to be parsed by
git-cliff
.Screenshots/Logs
System (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: