Skip to content
Snippets Groups Projects
Commit 9209982b authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix: drop preformatted changelog

No longer supporting preformatted (markdown) changelog input for templates.

BREAKING CHANGE: Preformatted {{changeloge}} no longer supported in PR body template.
Generate changelog using handlebars as in the default templtaes.
parent 2ce45057
Branches
Tags
No related merge requests found
...@@ -65,8 +65,6 @@ async function ensurePr(upgrades, logger) { ...@@ -65,8 +65,6 @@ async function ensurePr(upgrades, logger) {
); );
// Store changelog markdown for backwards compatibility // Store changelog markdown for backwards compatibility
if (logJSON) { if (logJSON) {
config.changelog =
config.changelog || changelogHelper.getMarkdown(logJSON);
upgrade.githubName = logJSON.project.github; upgrade.githubName = logJSON.project.github;
upgrade.releases = []; upgrade.releases = [];
logJSON.versions.forEach(version => { logJSON.versions.forEach(version => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment