Skip to content

Commit 7986a6c

Browse files
committed
task(build): add changelog mustache template
1 parent 517ab24 commit 7986a6c

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

changelog.mustache

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Maven Confluence Plugin - Changelog
2+
3+
<!-- Changelog for {{ownerName}} {{repoName}}. -->
4+
5+
{{#tags}}
6+
## {{name}}
7+
{{#issues}}
8+
{{#hasIssue}}
9+
{{#hasLink}}
10+
### {{!name}} [{{issue}}]({{link}}) {{title}} {{#hasIssueType}} *{{issueType}}* {{/hasIssueType}} {{#hasLabels}} {{#labels}} *{{.}}* {{/labels}} {{/hasLabels}}
11+
{{/hasLink}}
12+
{{^hasLink}}
13+
### {{name}} {{issue}} {{title}} {{#hasIssueType}} *{{issueType}}* {{/hasIssueType}} {{#hasLabels}} {{#labels}} *{{.}}* {{/labels}} {{/hasLabels}}
14+
{{/hasLink}}
15+
{{/hasIssue}}
16+
{{^hasIssue}}
17+
### {{name}}
18+
{{/hasIssue}}
19+
20+
{{#commits}}
21+
**{{{messageTitle}}}**
22+
23+
{{#messageBodyItems}}
24+
* {{.}}
25+
{{/messageBodyItems}}
26+
27+
[{{hash}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}} *{{commitTime}}*
28+
29+
{{/commits}}
30+
31+
{{/issues}}
32+
{{/tags}}

0 commit comments

Comments
 (0)