Skip to content

Commit e92091e

Browse files
committed
Lib 1.70
1 parent 249dded commit e92091e

12 files changed

+236
-84
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changelog of Git Changelog Maven plugin.
88
**doc**
99

1010

11-
[2949addc626170d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/2949addc626170d) Tomas Bjerre *2017-07-12 18:53:45*
11+
[249dded3f7c879d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/249dded3f7c879d) Tomas Bjerre *2017-07-12 18:54:04*
1212

1313

1414
## 1.47

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changelog of Git Changelog Maven plugin.
88
**doc**
99

1010

11-
[2949addc626170d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/2949addc626170d) Tomas Bjerre *2017-07-12 18:53:45*
11+
[249dded3f7c879d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/249dded3f7c879d) Tomas Bjerre *2017-07-12 18:54:04*
1212

1313

1414
## 1.47

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

+23-11
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,11 @@ The @Parameter annotation had the wrong property name which makes it impossible
232232

233233

234234
## git-changelog-maven-plugin-1.20
235-
### No issue /
235+
### GitHub [#6](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/6) GitHub OAuth2 Token support
236236
Support GitHub OAuth2 tokens #6
237237

238+
239+
### No issue /
238240
Adding example with github as custom issue
239241

240242
Updating CHANGELOG.md
@@ -286,15 +288,17 @@ The @Parameter annotation had the wrong property name which makes it impossible
286288

287289

288290
## git-changelog-maven-plugin-1.14
291+
### GitHub [#5](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/5) One line git commit messege
292+
Added variables: messageTitle, messageBody, messageItems #5
293+
294+
289295
### Issue /
290296
Adding example of custom issue without link
291297

292298
* Like I123
293299

294300

295301
### No issue /
296-
Added variables: messageTitle, messageBody, messageItems #5
297-
298302
Maven Central version badge in README.md
299303

300304
Updating README.md after release
@@ -324,45 +328,53 @@ The @Parameter annotation had the wrong property name which makes it impossible
324328

325329

326330
## git-changelog-maven-plugin-1.12
327-
### No issue /
331+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
328332
Using lib 1.23 to sort commits by time, not formatted time #4
329333

334+
335+
### No issue /
330336
Correcting example ignoring commits by comment
331337

332338
Updating README.md after release
333339

334340

335341

336342
## git-changelog-maven-plugin-1.11
337-
### No issue /
343+
### GitHub [#3](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/3) Enhance documentation for changelog.json file
338344
Documentation and more configuration available in pom #3
339345

340-
Using lib 1.22
341-
342346
Documentation #3
343347

348+
349+
### No issue /
350+
Using lib 1.22
351+
344352
Using lib 1.19
345353

346354

347355

348356
## git-changelog-maven-plugin-1.10
349-
### No issue /
357+
### GitHub [#2](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/2) Allow for template to be added directly in pom.xml
350358
Template can be configured directly in the pom #2
351359

360+
361+
### No issue /
352362
Using lib 1.18
353363

354364

355365

356366
## git-changelog-maven-plugin-1.9
357-
### No issue /
367+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
358368
Using lib 1.17 #1
359369

370+
371+
### No issue /
360372
doc
361373

362374

363375

364376
## git-changelog-maven-plugin-1.8
365-
### No issue /
377+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
366378
Using lib 1.15 #1
367379

368380

@@ -384,7 +396,7 @@ The @Parameter annotation had the wrong property name which makes it impossible
384396

385397

386398
## git-changelog-maven-plugin-1.5
387-
### No issue /
399+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
388400
Using lib 1.12 #1
389401

390402

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

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

55
## Unreleased
66
### No issue
7-
doc *2017-07-12 18:53:45*
7+
doc *2017-07-12 18:54:04*
88

99

1010

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

+50
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ Changelog of Git Changelog Maven plugin.
88

99

1010

11+
## git-changelog-maven-plugin-1.20
12+
### GitHub
13+
Support GitHub OAuth2 tokens #6 *2016-03-15 20:38:16*
14+
15+
16+
17+
## git-changelog-maven-plugin-1.14
18+
### GitHub
19+
Added variables: messageTitle, messageBody, messageItems #5 *2016-02-09 19:26:45*
20+
21+
22+
1123
## git-changelog-maven-plugin-1.13
1224
### Incident
1325
Implementing custom issues
@@ -18,3 +30,41 @@ Changelog of Git Changelog Maven plugin.
1830

1931

2032

33+
## git-changelog-maven-plugin-1.12
34+
### GitHub
35+
Using lib 1.23 to sort commits by time, not formatted time #4 *2016-01-31 11:10:56*
36+
37+
38+
39+
## git-changelog-maven-plugin-1.11
40+
### GitHub
41+
Documentation and more configuration available in pom #3 *2016-01-31 07:15:44*
42+
43+
Documentation #3 *2016-01-30 09:22:01*
44+
45+
46+
47+
## git-changelog-maven-plugin-1.10
48+
### GitHub
49+
Template can be configured directly in the pom #2 *2015-12-20 17:29:26*
50+
51+
52+
53+
## git-changelog-maven-plugin-1.9
54+
### GitHub
55+
Using lib 1.17 #1 *2015-12-06 07:37:23*
56+
57+
58+
59+
## git-changelog-maven-plugin-1.8
60+
### GitHub
61+
Using lib 1.15 #1 *2015-12-04 22:18:12*
62+
63+
64+
65+
## git-changelog-maven-plugin-1.5
66+
### GitHub
67+
Using lib 1.12 #1 *2015-11-23 18:02:24*
68+
69+
70+

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

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

8-
[2949addc626170d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/2949addc626170d) Tomas Bjerre *2017-07-12 18:53:45*
8+
[249dded3f7c879d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/249dded3f7c879d) Tomas Bjerre *2017-07-12 18:54:04*
99

1010
doc
1111

@@ -343,12 +343,15 @@ Update example
343343

344344

345345
## git-changelog-maven-plugin-1.20
346-
### No issue
346+
### GitHub [#6](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/6) GitHub OAuth2 Token support
347347

348348
[a0aea6800972c3c](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0aea6800972c3c) Tomas Bjerre *2016-03-15 20:38:16*
349349

350350
Support GitHub OAuth2 tokens #6
351351

352+
353+
### No issue
354+
352355
[3a6d58e08c79bd0](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/3a6d58e08c79bd0) Tomas Bjerre *2016-03-14 16:16:05*
353356

354357
Adding example with github as custom issue
@@ -425,12 +428,15 @@ Updating docs after release
425428

426429

427430
## git-changelog-maven-plugin-1.14
428-
### No issue
431+
### GitHub [#5](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/5) One line git commit messege
429432

430433
[0a7a9a1aa672414](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0a7a9a1aa672414) Tomas Bjerre *2016-02-09 19:26:45*
431434

432435
Added variables: messageTitle, messageBody, messageItems #5
433436

437+
438+
### No issue
439+
434440
[b07a644537281ad](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b07a644537281ad) Tomas Bjerre *2016-02-01 18:15:25*
435441

436442
Adding example of custom issue without link
@@ -463,12 +469,15 @@ Updagint README.md after release
463469

464470

465471
## git-changelog-maven-plugin-1.12
466-
### No issue
472+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
467473

468474
[5fbc5f762d90669](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/5fbc5f762d90669) Tomas Bjerre *2016-01-31 11:10:56*
469475

470476
Using lib 1.23 to sort commits by time, not formatted time #4
471477

478+
479+
### No issue
480+
472481
[ff68131be78f8e8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff68131be78f8e8) Tomas Bjerre *2016-01-31 09:30:03*
473482

474483
Correcting example ignoring commits by comment
@@ -479,51 +488,60 @@ Updating README.md after release
479488

480489

481490
## git-changelog-maven-plugin-1.11
482-
### No issue
491+
### GitHub [#3](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/3) Enhance documentation for changelog.json file
483492

484493
[0f143a30469db4b](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/0f143a30469db4b) Tomas Bjerre *2016-01-31 07:15:44*
485494

486495
Documentation and more configuration available in pom #3
487496

488-
[d18efc576edcaff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d18efc576edcaff) Tomas Bjerre *2016-01-30 17:36:44*
489-
490-
Using lib 1.22
491-
492497
[adc959a530801da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/adc959a530801da) Tomas Bjerre *2016-01-30 09:22:01*
493498

494499
Documentation #3
495500

501+
502+
### No issue
503+
504+
[d18efc576edcaff](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d18efc576edcaff) Tomas Bjerre *2016-01-30 17:36:44*
505+
506+
Using lib 1.22
507+
496508
[75c3bb60f27db98](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/75c3bb60f27db98) Tomas Bjerre *2016-01-28 18:46:14*
497509

498510
Using lib 1.19
499511

500512

501513
## git-changelog-maven-plugin-1.10
502-
### No issue
514+
### GitHub [#2](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/2) Allow for template to be added directly in pom.xml
503515

504516
[ed405f4ff98b9ec](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ed405f4ff98b9ec) Tomas Bjerre *2015-12-20 17:29:26*
505517

506518
Template can be configured directly in the pom #2
507519

520+
521+
### No issue
522+
508523
[60c9851e33217e2](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/60c9851e33217e2) Tomas Bjerre *2015-12-10 17:11:56*
509524

510525
Using lib 1.18
511526

512527

513528
## git-changelog-maven-plugin-1.9
514-
### No issue
529+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
515530

516531
[012e716f4ac9081](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/012e716f4ac9081) Tomas Bjerre *2015-12-06 07:37:23*
517532

518533
Using lib 1.17 #1
519534

535+
536+
### No issue
537+
520538
[09e031c5875716f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/09e031c5875716f) Tomas Bjerre *2015-12-04 22:58:13*
521539

522540
doc
523541

524542

525543
## git-changelog-maven-plugin-1.8
526-
### No issue
544+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
527545

528546
[e2a14b2192b18a6](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e2a14b2192b18a6) Tomas Bjerre *2015-12-04 22:18:12*
529547

@@ -555,7 +573,7 @@ doc
555573

556574

557575
## git-changelog-maven-plugin-1.5
558-
### No issue
576+
### GitHub [#1](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/1) Update to lates lib version
559577

560578
[e613d7724e87254](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e613d7724e87254) Tomas Bjerre *2015-11-23 18:02:24*
561579

0 commit comments

Comments
 (0)