Skip to content

Commit af81278

Browse files
authored
Merge pull request #9 from wp-cli/use-html-url
Use `html_url` instead of API endpoints for release notes
2 parents d6ddb5c + 42e04f3 commit af81278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.maintenance/src/Release_Notes_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ private function get_pull_request_reference(
266266
$template,
267267
$this->format_title( $pull_request->title, $format ),
268268
$pull_request->number,
269-
$pull_request->url
269+
$pull_request->html_url
270270
);
271271
}
272272

0 commit comments

Comments
 (0)