Skip to content

Commit 3532e68

Browse files
committed
add a pound sign before PR numbers in changelog
1 parent 7556efa commit 3532e68

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)