Commit ed9722e0 authored by Samuel Giddins's avatar Samuel Giddins

Merge pull request #5497 from DanToml/patch-3

use `pr_title` instead of `pr.title` in Dangerfile
parents 2782866f da8ed692
......@@ -22,7 +22,7 @@ if !modified_files.include?("CHANGELOG.md") && has_app_changes
Here's an example of your CHANGELOG entry:
```markdown
* #{pr.title}#{' '}
* #{pr_title}#{' '}
[#{pr_author}](https://github.com/#{pr_author})
[#issue_number](https://github.com/CocoaPods/CocoaPods/issues/issue_number)
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment