-
Notifications
You must be signed in to change notification settings - Fork 15
Nothing happens? #3
Comments
Yikes! Perhaps you've tried this already, but if you are in the Chandler project and run this command, what happens? Here is what I see:
Also, could you provide your
Thanks! |
From the chandler dir:
|
OK, good! So what happens when you try to do |
No output... |
Chandler first scans your Git repository for tags. For each tag that represents a version number (e.g. You can check by running:
I should probably fix Chandler so that it prints something like "No version tags found" in this case, rather than silently exiting. Is my hunch correct? |
Right now I'm running it on https://github.com/jhalterman/typetools just to try it out. The tags there are:
So, I'm guessing the formatting of the tag names is the problem. These tags are created automatically by Maven whenever I do a release - so at least in Java-land, this release tag format is pretty common. |
Ah, interesting. How do you think Chandler should handle this? I could change the tag matching behavior so that any tag ending in a version number is used. However I think that might be too broad and may match things that aren't version tags. Or I could add a Any preference or other suggestions? Thanks for the bug report, btw! |
The first thing that comes to mind for me is to accept a format. So a format like: Edit: I am guessing a |
Trying out chandler on a project and basically, nothing happens. I get no output, even with
--debug
, even when running against chandler's CHANGELOG itself. Any ideas?The text was updated successfully, but these errors were encountered: