Commit da8ed692 authored by Daniel Tomlinson's avatar Daniel Tomlinson

use `pr_title` instead of `pr.title`

parent 2782866f
...@@ -22,7 +22,7 @@ if !modified_files.include?("CHANGELOG.md") && has_app_changes ...@@ -22,7 +22,7 @@ if !modified_files.include?("CHANGELOG.md") && has_app_changes
Here's an example of your CHANGELOG entry: Here's an example of your CHANGELOG entry:
```markdown ```markdown
* #{pr.title}#{' '} * #{pr_title}#{' '}
[#{pr_author}](https://github.com/#{pr_author}) [#{pr_author}](https://github.com/#{pr_author})
[#issue_number](https://github.com/CocoaPods/CocoaPods/issues/issue_number) [#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