Skip to content

Commit 8e7b731

Browse files
authored
Merge pull request #13 from duckinator/pr-number-pound-prefix
add a pound sign before PR numbers in changelog
2 parents 7556efa + 3532e68 commit 8e7b731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jim/github_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def changelog
129129
end
130130

131131
def format_for_changelog(pr)
132-
"* #{pr['title']} (#{pr['number']}) by @#{pr['user']['login']}"
132+
"* #{pr['title']} (##{pr['number']}) by @#{pr['user']['login']}"
133133
end
134134

135135
def relevant_to_changelog(pr)

0 commit comments

Comments
 (0)