Skip to content

Commit a7e5131

Browse files
committed
chore: fix formatting of handlebars issue template
1 parent 08d0968 commit a7e5131

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

dist/issue.template.hbs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
### Pending commits since release [{{this.latestRelease.tag_name}}]({{this.latestRelease.html_url}})
2-
Unreleased commits have been found which are pending release, please publish the
3-
changes.
2+
3+
Unreleased commits have been found which are pending release, please publish the changes.
44

55
{{#each commits}}
6-
* [{{substring this.sha 7}}]({{this.html_url}})
7-
{{commitMessage this.commit.message}}
6+
* [{{substring this.sha 7}}]({{this.html_url}}) {{commitMessage this.commit.message}}
87
{{/each}}
98

10-
Issue generated by
11-
[github-actions-notify-release](https://github.com/nearform/github-action-notify-release).
9+
Issue generated by [github-actions-notify-release](https://github.com/nearform/github-action-notify-release).

src/issue.template.hbs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
### Pending commits since release [{{this.latestRelease.tag_name}}]({{this.latestRelease.html_url}})
2-
Unreleased commits have been found which are pending release, please publish the
3-
changes.
2+
3+
Unreleased commits have been found which are pending release, please publish the changes.
44

55
{{#each commits}}
6-
* [{{substring this.sha 7}}]({{this.html_url}})
7-
{{commitMessage this.commit.message}}
6+
* [{{substring this.sha 7}}]({{this.html_url}}) {{commitMessage this.commit.message}}
87
{{/each}}
98

10-
Issue generated by
11-
[github-actions-notify-release](https://github.com/nearform/github-action-notify-release).
9+
Issue generated by [github-actions-notify-release](https://github.com/nearform/github-action-notify-release).

0 commit comments

Comments
 (0)