Skip to content

Commit 6051252

Browse files
committed
Lib 1.38
1 parent 66fa8af commit 6051252

14 files changed

+224
-38
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**Lib 1.38**
9+
10+
11+
[4f7cd63816a4429](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/4f7cd63816a4429) Tomas Bjerre *2016-03-20 08:42:08*
12+
13+
**Updating README**
14+
15+
16+
[66fa8af67e9528f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/66fa8af67e9528f) Tomas Bjerre *2016-03-16 16:12:21*
17+
18+
19+
## 1.21
20+
### No issue
21+
822
**Jira integration to get titles**
923

1024

11-
[c7af8f07296e40e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c7af8f07296e40e) Tomas Bjerre *2016-03-16 16:09:02*
25+
[b058a7c65a5849d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b058a7c65a5849d) Tomas Bjerre *2016-03-16 16:09:27*
1226

1327
**Update example**
1428

git-changelog-maven-plugin-example/CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**Lib 1.38**
9+
10+
11+
[4f7cd63816a4429](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/4f7cd63816a4429) Tomas Bjerre *2016-03-20 08:42:08*
12+
13+
**Updating README**
14+
15+
16+
[66fa8af67e9528f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/66fa8af67e9528f) Tomas Bjerre *2016-03-16 16:12:21*
17+
18+
19+
## 1.21
20+
### No issue
21+
822
**Jira integration to get titles**
923

1024

11-
[c7af8f07296e40e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c7af8f07296e40e) Tomas Bjerre *2016-03-16 16:09:02*
25+
[b058a7c65a5849d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b058a7c65a5849d) Tomas Bjerre *2016-03-16 16:09:27*
1226

1327
**Update example**
1428

git-changelog-maven-plugin-example/CHANGELOG_custom.md

+33-25
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Unreleased
6-
### No issue
6+
### No issue /
7+
Lib 1.38
8+
9+
Updating README
10+
11+
12+
13+
## git-changelog-maven-plugin-1.21
14+
### No issue /
715
Jira integration to get titles
816

917
Update example
1018

1119

1220

1321
## git-changelog-maven-plugin-1.20
14-
### No issue
22+
### No issue /
1523
Support GitHub OAuth2 tokens #6
1624

1725
Adding example with github as custom issue
@@ -21,7 +29,7 @@ Changelog of Git Changelog Maven plugin.
2129

2230

2331
## git-changelog-maven-plugin-1.19
24-
### No issue
32+
### No issue /
2533
Supplying commit in each issue mentioned in message
2634

2735
Updating CHANGELOG.md
@@ -33,21 +41,21 @@ Changelog of Git Changelog Maven plugin.
3341

3442

3543
## git-changelog-maven-plugin-1.18
36-
### No issue
44+
### No issue /
3745
Lib 1.29
3846

3947

4048

4149
## git-changelog-maven-plugin-1.17
42-
### No issue
50+
### No issue /
4351
Lib 1.28, performance optimizations
4452

4553
Updating CHANGELOG.md
4654

4755

4856

4957
## git-changelog-maven-plugin-1.16
50-
### No issue
58+
### No issue /
5159
Significant performance improvements
5260

5361
* Using lib 1.27.
@@ -57,21 +65,21 @@ Changelog of Git Changelog Maven plugin.
5765

5866

5967
## git-changelog-maven-plugin-1.15
60-
### No issue
68+
### No issue /
6169
Using lib 1.25 and updating README.md
6270

6371
Updating docs after release
6472

6573

6674

6775
## git-changelog-maven-plugin-1.14
68-
### Issue
76+
### Issue /
6977
Adding example of custom issue without link
7078

7179
* Like I123
7280

7381

74-
### No issue
82+
### No issue /
7583
Added variables: messageTitle, messageBody, messageItems #5
7684

7785
Maven Central version badge in README.md
@@ -81,29 +89,29 @@ Changelog of Git Changelog Maven plugin.
8189

8290

8391
## git-changelog-maven-plugin-1.13
84-
### CQ [QC1234](http://cq/1234)
92+
### CQ [QC1234](http://cq/1234) QC1234
8593
Implementing custom issues
8694

8795
* Adding example with
8896
* QC matching QC1234
8997
* Incident matching INC1234
9098

9199

92-
### Incident [INC1234](http://inc/INC1234)
100+
### Incident [INC1234](http://inc/INC1234) INC1234
93101
Implementing custom issues
94102

95103
* Adding example with
96104
* QC matching QC1234
97105
* Incident matching INC1234
98106

99107

100-
### No issue
108+
### No issue /
101109
Updagint README.md after release
102110

103111

104112

105113
## git-changelog-maven-plugin-1.12
106-
### No issue
114+
### No issue /
107115
Using lib 1.23 to sort commits by time, not formatted time #4
108116

109117
Correcting example ignoring commits by comment
@@ -113,7 +121,7 @@ Changelog of Git Changelog Maven plugin.
113121

114122

115123
## git-changelog-maven-plugin-1.11
116-
### No issue
124+
### No issue /
117125
Documentation and more configuration available in pom #3
118126

119127
Using lib 1.22
@@ -125,81 +133,81 @@ Changelog of Git Changelog Maven plugin.
125133

126134

127135
## git-changelog-maven-plugin-1.10
128-
### No issue
136+
### No issue /
129137
Template can be configured directly in the pom #2
130138

131139
Using lib 1.18
132140

133141

134142

135143
## git-changelog-maven-plugin-1.9
136-
### No issue
144+
### No issue /
137145
Using lib 1.17 #1
138146

139147
doc
140148

141149

142150

143151
## git-changelog-maven-plugin-1.8
144-
### No issue
152+
### No issue /
145153
Using lib 1.15 #1
146154

147155

148156

149157
## git-changelog-maven-plugin-1.7
150-
### No issue
158+
### No issue /
151159
using lib 1.14
152160

153161
doc
154162

155163

156164

157165
## git-changelog-maven-plugin-1.6
158-
### No issue
166+
### No issue /
159167
using lib 1.13
160168

161169
doc
162170

163171

164172

165173
## git-changelog-maven-plugin-1.5
166-
### No issue
174+
### No issue /
167175
Using lib 1.12 #1
168176

169177

170178

171179
## git-changelog-maven-plugin-1.4
172-
### No issue
180+
### No issue /
173181
lib 1.10
174182

175183

176184

177185
## git-changelog-maven-plugin-1.3
178-
### No issue
186+
### No issue /
179187
lib 1.9 #feature
180188

181189
Setting exampe version to 1.2 #feature
182190

183191

184192

185193
## git-changelog-maven-plugin-1.2
186-
### No issue
194+
### No issue /
187195
lib 1.3 #feature
188196

189197
doc
190198

191199

192200

193201
## git-changelog-maven-plugin-1.1
194-
### No issue
202+
### No issue /
195203
MediaWiki support, using lib 1.2
196204

197205
doc
198206

199207

200208

201209
## git-changelog-maven-plugin-1.0
202-
### No issue
210+
### No issue /
203211
doc
204212

205213
Initial
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Git Changelog Maven plugin changelog
2+
3+
Changelog of Git Changelog Maven plugin.
4+
5+
## git-changelog-maven-plugin-1.13
6+
### Incident
7+
Implementing custom issues
8+
9+
* Adding example with
10+
* QC matching QC1234
11+
* Incident matching INC1234 *2016-01-31 17:03:30*
12+
13+
14+

git-changelog-maven-plugin-example/CHANGELOG_inline.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8-
[c7af8f07296e40e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c7af8f07296e40e) Tomas Bjerre *2016-03-16 16:09:02*
8+
[4f7cd63816a4429](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/4f7cd63816a4429) Tomas Bjerre *2016-03-20 08:42:08*
9+
10+
Lib 1.38
11+
12+
[66fa8af67e9528f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/66fa8af67e9528f) Tomas Bjerre *2016-03-16 16:12:21*
13+
14+
Updating README
15+
16+
17+
## git-changelog-maven-plugin-1.21
18+
### No issue
19+
20+
[b058a7c65a5849d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b058a7c65a5849d) Tomas Bjerre *2016-03-16 16:09:27*
921

1022
Jira integration to get titles
1123

git-changelog-maven-plugin-example/CHANGELOG_jira.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**Lib 1.38**
9+
10+
11+
[4f7cd63816a4429](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/4f7cd63816a4429) Tomas Bjerre *2016-03-20 08:42:08*
12+
13+
**Updating README**
14+
15+
16+
[66fa8af67e9528f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/66fa8af67e9528f) Tomas Bjerre *2016-03-16 16:12:21*
17+
18+
19+
## 1.21
20+
### No issue
21+
822
**Jira integration to get titles**
923

1024

11-
[c7af8f07296e40e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c7af8f07296e40e) Tomas Bjerre *2016-03-16 16:09:02*
25+
[b058a7c65a5849d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b058a7c65a5849d) Tomas Bjerre *2016-03-16 16:09:27*
1226

1327
**Update example**
1428

git-changelog-maven-plugin-example/CHANGELOG_minimal.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,24 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
**Lib 1.38**
9+
10+
11+
[4f7cd63816a4429](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/4f7cd63816a4429) Tomas Bjerre *2016-03-20 08:42:08*
12+
13+
**Updating README**
14+
15+
16+
[66fa8af67e9528f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/66fa8af67e9528f) Tomas Bjerre *2016-03-16 16:12:21*
17+
18+
19+
## git-changelog-maven-plugin-1.21
20+
### No issue
21+
822
**Jira integration to get titles**
923

1024

11-
[c7af8f07296e40e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c7af8f07296e40e) Tomas Bjerre *2016-03-16 16:09:02*
25+
[b058a7c65a5849d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b058a7c65a5849d) Tomas Bjerre *2016-03-16 16:09:27*
1226

1327
**Update example**
1428

git-changelog-maven-plugin-example/CHANGELOG_mixed.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ Changelog of Git Changelog Maven plugin.
44

55
## These commits are not included in any tag
66
### These commits have not issue in their commit comment
7-
Jira integration to get titles *16:09:02*
7+
Lib 1.38 *08:42:08*
8+
9+
Updating README *16:12:21*
10+
11+
12+
13+
## 1.21
14+
### These commits have not issue in their commit comment
15+
Jira integration to get titles *16:09:27*
816

917
Update example *21:16:30*
1018

0 commit comments

Comments
 (0)