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
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,6 @@ async function ensurePr(upgrades, logger) {
);
// Store changelog markdown for backwards compatibility
if (logJSON) {
config.changelog =
config.changelog || changelogHelper.getMarkdown(logJSON);
upgrade.githubName = logJSON.project.github;
upgrade.releases = [];
logJSON.versions.forEach(version => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment