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).