-
Notifications
You must be signed in to change notification settings - Fork 139
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
No versions appear in the output #96
Comments
tags are empty |
Tags present here:
|
This is the list comprehension that is failing to generate tags: |
Removing the condition fixes the bug. Works in my fork:
|
With .gitchangelog.rc in place:
|
Do you want me to open a PR for this? Any reason why we need that extra code in the list comprehension? |
Hum, you probably just forgot to tune your https://github.com/vaab/gitchangelog/blob/master/src/gitchangelog/gitchangelog.rc.reference#L153 By default, the regexp does not match |
A few issues:
Anyway, those are my thoughts. I will try configuring this in the config file. Thanks for the tip. |
Create a
By :
Done ! |
The text was updated successfully, but these errors were encountered: