Skip to content

Changelog: Use changelogplease for git parsing #53

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

Closed
wants to merge 4 commits into from

Conversation

scottgonzalez
Copy link
Member

Fixes gh-7

changelog = Release.changelogShell() +
Release._generateCommitChangelog() +
_generateChangelog: function( callback ) {
var changelogPath = Release.dir.base + "/changelog";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well move this variable into the below callback, since that's the only scope where its being used.

@jzaefferer
Copy link
Member

Looks good overall, just those two small issues. Will look at current state of changelogplease as well.

When generating a new stack trace, don't include Release.abort().
@scottgonzalez
Copy link
Member Author

I made both changes. The error logging is handled through Release.abort() now.

@jzaefferer
Copy link
Member

Can you update changelogplease to not publish tests (or any other unnecessary files we don't need here)? Would also apply to git-tools.

@jzaefferer
Copy link
Member

Changes and resulting code look good. Trimming dependencies would be nice.

scottgonzalez added a commit that referenced this pull request Mar 26, 2014
When generating a new stack trace, don't include Release.abort().

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

Successfully merging this pull request may close these issues.

Update commit parsing for new message format
2 participants