From a7e5131f650b5d210071648df4879b495c6cb88e Mon Sep 17 00:00:00 2001 From: Simone Busoli Date: Fri, 28 May 2021 11:08:37 +0200 Subject: [PATCH] chore: fix formatting of handlebars issue template --- dist/issue.template.hbs | 10 ++++------ src/issue.template.hbs | 10 ++++------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/dist/issue.template.hbs b/dist/issue.template.hbs index 3cc3d94d..fa282678 100644 --- a/dist/issue.template.hbs +++ b/dist/issue.template.hbs @@ -1,11 +1,9 @@ ### Pending commits since release [{{this.latestRelease.tag_name}}]({{this.latestRelease.html_url}}) -Unreleased commits have been found which are pending release, please publish the -changes. + +Unreleased commits have been found which are pending release, please publish the changes. {{#each commits}} - * [{{substring this.sha 7}}]({{this.html_url}}) - {{commitMessage this.commit.message}} + * [{{substring this.sha 7}}]({{this.html_url}}) {{commitMessage this.commit.message}} {{/each}} -Issue generated by -[github-actions-notify-release](https://github.com/nearform/github-action-notify-release). +Issue generated by [github-actions-notify-release](https://github.com/nearform/github-action-notify-release). diff --git a/src/issue.template.hbs b/src/issue.template.hbs index 3cc3d94d..fa282678 100644 --- a/src/issue.template.hbs +++ b/src/issue.template.hbs @@ -1,11 +1,9 @@ ### Pending commits since release [{{this.latestRelease.tag_name}}]({{this.latestRelease.html_url}}) -Unreleased commits have been found which are pending release, please publish the -changes. + +Unreleased commits have been found which are pending release, please publish the changes. {{#each commits}} - * [{{substring this.sha 7}}]({{this.html_url}}) - {{commitMessage this.commit.message}} + * [{{substring this.sha 7}}]({{this.html_url}}) {{commitMessage this.commit.message}} {{/each}} -Issue generated by -[github-actions-notify-release](https://github.com/nearform/github-action-notify-release). +Issue generated by [github-actions-notify-release](https://github.com/nearform/github-action-notify-release).