Skip to content

Commit 5fbc5f7

Browse files
committed
Using lib 1.23 to sort commits by time, not formatted time #4
1 parent ff68131 commit 5fbc5f7

9 files changed

+84
-50
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
7+
8+
[77ff7d24da7861a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/77ff7d24da7861a) Tomas Bjerre *2016-01-31 11:10:37*
9+
10+
Using lib 1.23 to sort commits by time, not formatted time #4
11+
12+
613
### Other changes
714

8-
[62d02c39faf59c5](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/62d02c39faf59c5) Tomas Bjerre *2016-01-31 09:24:20*
15+
[ff68131be78f8e8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff68131be78f8e8) Tomas Bjerre *2016-01-31 09:30:03*
916

1017
Correcting example ignoring commits by comment
1118

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
mvn clean install eclipse:eclipse
2+
mvn clean install eclipse:eclipse || exit 1
33
cd git-changelog-maven-plugin-example
44
mvn generate-sources
55
cp CHANGELOG.md ..

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
7+
8+
[77ff7d24da7861a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/77ff7d24da7861a) Tomas Bjerre *2016-01-31 11:10:37*
9+
10+
Using lib 1.23 to sort commits by time, not formatted time #4
11+
12+
613
### Other changes
714

8-
[62d02c39faf59c5](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/62d02c39faf59c5) Tomas Bjerre *2016-01-31 09:24:20*
15+
[ff68131be78f8e8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff68131be78f8e8) Tomas Bjerre *2016-01-31 09:30:03*
916

1017
Correcting example ignoring commits by comment
1118

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
7+
8+
[77ff7d24da7861a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/77ff7d24da7861a) Tomas Bjerre *2016-01-31 11:10:37*
9+
10+
Using lib 1.23 to sort commits by time, not formatted time #4
11+
12+
613
### Other changes
714

8-
[62d02c39faf59c5](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/62d02c39faf59c5) Tomas Bjerre *2016-01-31 09:24:20*
15+
[ff68131be78f8e8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff68131be78f8e8) Tomas Bjerre *2016-01-31 09:30:03*
916

1017
Correcting example ignoring commits by comment
1118

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
Changelog of Git Changelog Maven plugin.
44

55
## Next release
6+
### GitHub [#4](https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/4) The tags are out of order
7+
8+
[77ff7d24da7861a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/77ff7d24da7861a) Tomas Bjerre *2016-01-31 11:10:37*
9+
10+
Using lib 1.23 to sort commits by time, not formatted time #4
11+
12+
613
### Other changes
714

8-
[62d02c39faf59c5](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/62d02c39faf59c5) Tomas Bjerre *2016-01-31 09:24:20*
15+
[ff68131be78f8e8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff68131be78f8e8) Tomas Bjerre *2016-01-31 09:30:03*
916

1017
Correcting example ignoring commits by comment
1118

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

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

8-
[62d02c39faf59c5](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/62d02c39faf59c5) Tomas Bjerre *2016-01-31 09:24:20*
8+
[77ff7d24da7861a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/77ff7d24da7861a) Tomas Bjerre *2016-01-31 11:10:37*
9+
10+
Using lib 1.23 to sort commits by time, not formatted time #4
11+
12+
[ff68131be78f8e8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff68131be78f8e8) Tomas Bjerre *2016-01-31 09:30:03*
913

1014
Correcting example ignoring commits by comment
1115

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

+44-42
Original file line numberDiff line numberDiff line change
@@ -2,73 +2,69 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## 1.8
5+
## These commits are not included in any tag
66
### These commits have not issue in their commit comment
7-
Using lib 1.15 #1 *22:18:12*
7+
Using lib 1.23 to sort commits by time, not formatted time #4 *11:10:37*
88

9+
Correcting example ignoring commits by comment *09:30:03*
910

11+
Updating README.md after release *07:36:20*
1012

11-
## 1.3
12-
### These commits have not issue in their commit comment
13-
lib 1.9 #feature *22:06:29*
1413

15-
Setting exampe version to 1.2 #feature *19:52:35*
1614

15+
## 1.11
16+
### These commits have not issue in their commit comment
17+
Documentation and more configuration available in pom #3 *07:15:44*
1718

19+
Using lib 1.22 *17:36:44*
1820

19-
## 1.6
20-
### These commits have not issue in their commit comment
21-
using lib 1.13 *21:47:14*
21+
Documentation #3 *09:22:01*
2222

23-
doc *18:10:41*
23+
Using lib 1.19 *18:46:14*
2424

2525

2626

27-
## 1.7
27+
## 1.10
2828
### These commits have not issue in their commit comment
29-
using lib 1.14 *21:41:20*
29+
Template can be configured directly in the pom #2 *17:29:26*
3030

31-
doc *22:11:03*
31+
Using lib 1.18 *17:11:56*
3232

3333

3434

35-
## 1.1
35+
## 1.9
3636
### These commits have not issue in their commit comment
37-
MediaWiki support, using lib 1.2 *20:15:39*
37+
Using lib 1.17 #1 *07:37:23*
3838

39-
doc *14:44:03*
39+
doc *22:58:13*
4040

4141

4242

43-
## 1.2
43+
## 1.8
4444
### These commits have not issue in their commit comment
45-
lib 1.3 #feature *19:48:16*
46-
47-
doc *20:20:05*
45+
Using lib 1.15 #1 *22:18:12*
4846

4947

5048

51-
## 1.5
49+
## 1.7
5250
### These commits have not issue in their commit comment
53-
Using lib 1.12 #1 *18:02:24*
51+
using lib 1.14 *21:41:20*
5452

53+
doc *22:11:03*
5554

5655

57-
## 1.10
56+
57+
## 1.6
5858
### These commits have not issue in their commit comment
59-
Template can be configured directly in the pom #2 *17:29:26*
59+
using lib 1.13 *21:47:14*
6060

61-
Using lib 1.18 *17:11:56*
61+
doc *18:10:41*
6262

6363

6464

65-
## 1.0
65+
## 1.5
6666
### These commits have not issue in their commit comment
67-
doc *14:36:57*
68-
69-
Initial *14:30:51*
70-
71-
Initial commit *13:18:29*
67+
Using lib 1.12 #1 *18:02:24*
7268

7369

7470

@@ -78,31 +74,37 @@ Changelog of Git Changelog Maven plugin.
7874

7975

8076

81-
## These commits are not included in any tag
77+
## 1.3
8278
### These commits have not issue in their commit comment
83-
Correcting example ignoring commits by comment *09:24:20*
79+
lib 1.9 #feature *22:06:29*
8480

85-
Updating README.md after release *07:36:20*
81+
Setting exampe version to 1.2 #feature *19:52:35*
8682

8783

8884

89-
## 1.9
85+
## 1.2
9086
### These commits have not issue in their commit comment
91-
Using lib 1.17 #1 *07:37:23*
87+
lib 1.3 #feature *19:48:16*
9288

93-
doc *22:58:13*
89+
doc *20:20:05*
9490

9591

9692

97-
## 1.11
93+
## 1.1
9894
### These commits have not issue in their commit comment
99-
Documentation and more configuration available in pom #3 *07:15:44*
95+
MediaWiki support, using lib 1.2 *20:15:39*
10096

101-
Using lib 1.22 *17:36:44*
97+
doc *14:44:03*
10298

103-
Documentation #3 *09:22:01*
10499

105-
Using lib 1.19 *18:46:14*
100+
101+
## 1.0
102+
### These commits have not issue in their commit comment
103+
doc *14:36:57*
104+
105+
Initial *14:30:51*
106+
107+
Initial commit *13:18:29*
106108

107109

108110

git-changelog-maven-plugin-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<plugin>
1717
<groupId>se.bjurr.gitchangelog</groupId>
1818
<artifactId>git-changelog-maven-plugin</artifactId>
19-
<version>1.11-SNAPSHOT</version>
19+
<version>1.12-SNAPSHOT</version>
2020
<executions>
2121
<!-- Minimal config // -->
2222
<execution>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>se.bjurr.gitchangelog</groupId>
7171
<artifactId>git-changelog-lib</artifactId>
72-
<version>1.22</version>
72+
<version>1.23</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)