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

fix(git_changelog_generate): pass tag if it exists to gitReadLog #7

Merged
merged 1 commit into from
Jan 28, 2014

Conversation

colegleason
Copy link
Contributor

Previously if a tag was found the script would try to find commits
between undefined..HEAD. By passing the tag, it now finds tags between
tag..HEAD.

Closes #5.

Previously if a tag was found the script would try to find commits
between undefined..HEAD. By passing the tag, it now finds tags between
tag..HEAD.

Closes rafinskipg#5.
@rafinskipg
Copy link
Owner

You are cool, thanks for contributing. I will take more care of the git changelog thanks to you

rafinskipg pushed a commit that referenced this pull request Jan 28, 2014
fix(git_changelog_generate): pass tag if it exists to gitReadLog
@rafinskipg rafinskipg merged commit 1d4f604 into rafinskipg:master Jan 28, 2014
@colegleason
Copy link
Contributor Author

I need to make some changes for myself but I'll see if you want them!
On Jan 28, 2014 10:06 AM, "Rafael Pedrola Gimeno" [email protected]
wrote:

Merged #7 #7.

Reply to this email directly or view it on GitHubhttps://pull/7
.

@rafinskipg
Copy link
Owner

Yeah! All the fixs are welcome, if you release some big changes we can publish a new version to npm, In fact I will publish a new minor version with your changes this weekend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting undefined as base commit
2 participants