You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it will drop commits, add to many commits, not get anything at all, etc, when using --start-ref= and/or --end-ref= on io.js.
For example, to get the commits in nodejs/node#1383 (comment) I ran changelog-maker --start-ref=b8310cb --end-ref=08e89b1 iojs io.js, but it gets commits well before b8310cb also.
(This is the same issue I had trying to use this to make the 1.6.4 release before it was properly re-tagged.)
The text was updated successfully, but these errors were encountered:
I think this is about the whole 1.x / master thing, what it's doing is getting the dates of the given refs and then looking at the commit log between those two dates. I haven't come up with a cleaner way than this yet but I'm sure there is one.
Sometimes it will drop commits, add to many commits, not get anything at all, etc, when using
--start-ref=
and/or--end-ref=
on io.js.For example, to get the commits in nodejs/node#1383 (comment) I ran
changelog-maker --start-ref=b8310cb --end-ref=08e89b1 iojs io.js
, but it gets commits well before b8310cb also.(This is the same issue I had trying to use this to make the 1.6.4 release before it was properly re-tagged.)
The text was updated successfully, but these errors were encountered: