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(tool): filter non PR merges from changelog. #971

Merged
merged 1 commit into from
Nov 19, 2015

Conversation

erwinmombay
Copy link
Member

No description provided.

@@ -205,9 +205,15 @@ function onGitTagSuccess(gitMetadata, tag) {

function onGitLogSuccess(gitMetadata, logs) {
var commits = logs.split('\n');
Copy link
Member

Choose a reason for hiding this comment

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

Please in a follow up add a few asserts for the return value of the API.

Copy link
Member Author

Choose a reason for hiding this comment

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

got it. this is coming from git log, so this was more a string parsing bug.

@cramforce
Copy link
Member

LGTM

erwinmombay added a commit that referenced this pull request Nov 19, 2015
fix(tool): filter non PR merges from changelog.
@erwinmombay erwinmombay merged commit 2099650 into ampproject:master Nov 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants