We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b5248 commit 4629fb1Copy full SHA for 4629fb1
scripts/changelog/assemble_changelog.py
@@ -15,7 +15,7 @@ def get_changes(path):
15
pr_number = file.partition('.')[0]
16
pr_changes = open(path + file, 'r').read()
17
if path.endswith('bugfixes/') or path.endswith('features/'):
18
- pr_link = ' [#' + pr_number + '](https://github.com/mapbox/mapbox-navigation-android/pull/' + pr_number + ')' + '\n'
+ pr_link = ' `[#' + pr_number + '](https://github.com/mapbox/mapbox-navigation-android/pull/' + pr_number + ')`' + '\n'
19
lines_with_description = []
20
for line in open(path + file, 'r').readlines():
21
if line.startswith('- '):
0 commit comments