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(changelog): cannot generate changelog for first tag #27

Closed
wants to merge 1 commit into from

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Dec 3, 2013

Currently if you try to generate a changelog for the first tag GIT_TAG_CMD returns an error which bails out of generating the changelog. This patch address this by parsing all commits from the dawn of time until HEAD for your first tag. It also assumes your first tag is v0.0.1.

xzyfer added a commit to asimov/asimov-core that referenced this pull request Dec 3, 2013
This is a bug in the underlying changelog library. I've opened an
PR[1]. I've switched the npm dep to that PR until the issue is
resolved.

[1] btford/grunt-conventional-changelog#27
Currently if you try to generate a changelog for the first tag `GIT_TAG_CMD` returns an error which bails out of generating the changelog. This patch address this by parsing all commits from the dawn of time until HEAD for your first tag. It also assumes your first tag is `v0.0.1`.
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.

1 participant