File tree 4 files changed +5413
-0
lines changed
4 files changed +5413
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,5 @@ target/
44
44
45
45
# Test properties file for gitlab4j
46
46
test-gitlab4j.properties
47
+
48
+ .okhttpcache
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ Changelog of GitLab4J API.
3
+
4
+ { {#tags} }
5
+ ## { {name} }
6
+ { {#issues} }
7
+ { {#hasIssue} }
8
+ { {#hasLink} }
9
+ ### { {name} } [{ {issue} }]({ {link} }) { {title} } { {#hasIssueType} } *{ {issueType} }* { {/hasIssueType} } { {#hasLabels} } { {#labels} } *{ {.} }* { {/labels} } { {/hasLabels} }
10
+ { {/hasLink} }
11
+ { {^hasLink} }
12
+ ### { {name} } { {issue} } { {title} } { {#hasIssueType} } *{ {issueType} }* { {/hasIssueType} } { {#hasLabels} } { {#labels} } *{ {.} }* { {/labels} } { {/hasLabels} }
13
+ { {/hasLink} }
14
+ { {/hasIssue} }
15
+ { {^hasIssue} }
16
+ ### { {name} }
17
+ { {/hasIssue} }
18
+
19
+ { {#commits} }
20
+ **{ {{messageTitle} }}**
21
+
22
+ { {#messageBodyItems} }
23
+ * { {.} }
24
+ { {/messageBodyItems} }
25
+
26
+ [{ {hash} }](https://github.com/{ {ownerName} }/{ {repoName} }/commit/{ {hash} }) { {authorName} } *{ {commitTime} }*
27
+
28
+ { {/commits} }
29
+
30
+ { {/issues} }
31
+ { {/tags} }
32
+
Original file line number Diff line number Diff line change 50
50
<systemRules .version>1.18.0</systemRules .version>
51
51
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
52
52
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
53
+ <changelog-lib .version>1.59</changelog-lib .version>
53
54
</properties >
54
55
55
56
<scm >
195
196
</systemPropertyVariables >
196
197
</configuration >
197
198
</plugin >
199
+
200
+ <plugin >
201
+ <groupId >se.bjurr.gitchangelog</groupId >
202
+ <artifactId >git-changelog-maven-plugin</artifactId >
203
+ <version >${changelog-lib.version} </version >
204
+ <executions >
205
+ <execution >
206
+ <id >GenerateGitChangelog</id >
207
+ <phase >generate-sources</phase >
208
+ <goals >
209
+ <goal >git-changelog</goal >
210
+ </goals >
211
+ <configuration >
212
+ <readableTagName >gitlab4j-api-(.*)</readableTagName >
213
+ <templateFile >CHANGELOG.mustache</templateFile >
214
+ </configuration >
215
+ </execution >
216
+ </executions >
217
+ </plugin >
198
218
</plugins >
199
219
</build >
200
220
You can’t perform that action at this time.
0 commit comments