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 issue with malformed commit messages #2069

Merged
merged 1 commit into from
Oct 18, 2018

Conversation

chrsmith
Copy link
Contributor

@chrsmith chrsmith commented Oct 17, 2018

If no update message is provided we default to the title of the last commit. The way we determine the commit title is the first line, however if we are passed a commit message that beings with a newline character we end up passing the empty string as the commit message. (Here's looking at you, GitHub merge commits that are created for pull request.)

@chrsmith chrsmith force-pushed the feature/fix-missing-commit-message branch from 1804ae0 to 0c6a8f7 Compare October 17, 2018 19:03
@chrsmith chrsmith changed the title WIP - Add missing update messages Fix issue with malformed commit messages Oct 17, 2018
Copy link
Contributor

@ellismg ellismg left a comment

Choose a reason for hiding this comment

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

LGTM

@chrsmith chrsmith merged commit eba044e into master Oct 18, 2018
@pulumi-bot pulumi-bot deleted the feature/fix-missing-commit-message branch October 18, 2018 18:10
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.

None yet

2 participants