forked from rcongiu/Hive-JSON-Serde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.mustache
More file actions
27 lines (24 loc) · 795 Bytes
/
Copy pathchangelog.mustache
File metadata and controls
27 lines (24 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Changelog for the Hive-JSON-SerDe
_Generated automatically by maven_
{{#tags}}
## {{name}}
{{#issues}}
{{#hasIssue}}
{{#hasLink}}
* {{name}} [{{issue}}]({{link}}) {{title}} {{#hasIssueType}} *{{issueType}}* {{/hasIssueType}} {{#hasLabels}} {{#labels}} *{{.}}* {{/labels}} {{/hasLabels}}
{{/hasLink}}
{{^hasLink}}
* {{name}} {{issue}} {{title}} {{#hasIssueType}} *{{issueType}}* {{/hasIssueType}} {{#hasLabels}} {{#labels}} *{{.}}* {{/labels}} {{/hasLabels}}
{{/hasLink}}
{{/hasIssue}}
{{^hasIssue}}
* {{name}}
{{/hasIssue}}
{{#commits}}
* *{{commitTime}}* **{{{messageTitle}}}** _({{authorName}})_ [{{hash}}](https://github.com/rcongiu/Hive-JSON-Serde/commit/{{hash}})
{{#messageBodyItems}}
* {{.}}
{{/messageBodyItems}}
{{/commits}}
{{/issues}}
{{/tags}}