Skip to content

Commit

Permalink
fix(changelog): remove bulletpoint in markdown
Browse files Browse the repository at this point in the history
Breaks rendering in Github issues, hence removing bulletpoints
  • Loading branch information
azlam-abdulsalam committed Sep 5, 2023
1 parent 56f38c1 commit e48e20d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default class ChangelogMarkdownGenerator {
specificWorkItemURL = this.workItemURL.concat(`/${workItem}`);
}
}
payload += ` - [${workItem}](${specificWorkItemURL})\n`;
payload += `[${workItem}](${specificWorkItemURL})\n`;
}
} else {
payload += `N/A\n`;
Expand Down

0 comments on commit e48e20d

Please sign in to comment.