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

Getting undefined as base commit #5

Closed
colegleason opened this issue Jan 16, 2014 · 0 comments · Fixed by #7
Closed

Getting undefined as base commit #5

colegleason opened this issue Jan 16, 2014 · 0 comments · Fixed by #7

Comments

@colegleason
Copy link
Contributor

Running "git_changelog:minimal" (git_changelog) task
THemaster
Reading git log since changelog-start
Executing :  git log develop --grep="^fix|^feat|^docs|BREAKING" -E --format=%H%n%s%n%b%n==END== undefined..HEAD
Parsed 0 commits
Generating changelog to CHANGELOG.md (  )

Running "git_changelog:extended" (git_changelog) task
THemaster
Reading git log since changelog-start
Executing :  git log develop --grep="^fix|^feat|^docs|^refactor|^chore|BREAKING" -E --format=%H%n%s%n%b%n==END== undefined..HEAD
Parsed 0 commits
Generating changelog to CHANGELOG.md (  )
colegleason added a commit to colegleason/git-changelog that referenced this issue Jan 16, 2014
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.
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 a pull request may close this issue.

1 participant