Skip to content

Commit 5d60ae6

Browse files
committed
doc
1 parent 7b0b4fd commit 5d60ae6

11 files changed

+264
-10
lines changed

CHANGELOG.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.35
66
### No issue
77

8+
**Adding {{hashFull}} variable**
9+
10+
11+
[275331a0b9c53cb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/275331a0b9c53cb) Tomas Bjerre *2016-08-02 18:29:54*
12+
13+
**doc**
14+
15+
16+
[cdf8d8bd0430625](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cdf8d8bd0430625) Tomas Bjerre *2016-06-25 00:04:33*
17+
18+
19+
## 1.34
20+
### No issue
21+
22+
**Faster**
23+
24+
25+
[bcc3bb4fab29a51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bcc3bb4fab29a51) Tomas Bjerre *2016-06-25 00:02:44*
26+
27+
**doc**
28+
29+
30+
[46020ec8f0c0e51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/46020ec8f0c0e51) Tomas Bjerre *2016-06-24 21:16:22*
31+
32+
33+
## 1.33
34+
### No issue
35+
36+
**Fixing merge commits... again...**
37+
38+
39+
[a0fe3a9afd499da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0fe3a9afd499da) Tomas Bjerre *2016-06-24 21:14:36*
40+
841
**doc**
942

1043

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is and example that will generate a CHANGELOG.md.
1515
<plugin>
1616
<groupId>se.bjurr.gitchangelog</groupId>
1717
<artifactId>git-changelog-maven-plugin</artifactId>
18-
<version>1.34</version>
18+
<version>1.35</version>
1919
<executions>
2020
<execution>
2121
<id>GenerateGitChangelog</id>

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

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.35
66
### No issue
77

8+
**Adding {{hashFull}} variable**
9+
10+
11+
[275331a0b9c53cb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/275331a0b9c53cb) Tomas Bjerre *2016-08-02 18:29:54*
12+
13+
**doc**
14+
15+
16+
[cdf8d8bd0430625](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cdf8d8bd0430625) Tomas Bjerre *2016-06-25 00:04:33*
17+
18+
19+
## 1.34
20+
### No issue
21+
22+
**Faster**
23+
24+
25+
[bcc3bb4fab29a51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bcc3bb4fab29a51) Tomas Bjerre *2016-06-25 00:02:44*
26+
27+
**doc**
28+
29+
30+
[46020ec8f0c0e51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/46020ec8f0c0e51) Tomas Bjerre *2016-06-24 21:16:22*
31+
32+
33+
## 1.33
34+
### No issue
35+
36+
**Fixing merge commits... again...**
37+
38+
39+
[a0fe3a9afd499da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0fe3a9afd499da) Tomas Bjerre *2016-06-24 21:14:36*
40+
841
**doc**
942

1043

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,26 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.35
66
### No issue /
7+
Adding {{hashFull}} variable
8+
9+
doc
10+
11+
12+
13+
## git-changelog-maven-plugin-1.34
14+
### No issue /
15+
Faster
16+
17+
doc
18+
19+
20+
21+
## git-changelog-maven-plugin-1.33
22+
### No issue /
23+
Fixing merge commits... again...
24+
725
doc
826

927

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

+29-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,37 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.35
66
### No issue
77

8+
[275331a0b9c53cb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/275331a0b9c53cb) Tomas Bjerre *2016-08-02 18:29:54*
9+
10+
Adding {{hashFull}} variable
11+
12+
[cdf8d8bd0430625](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cdf8d8bd0430625) Tomas Bjerre *2016-06-25 00:04:33*
13+
14+
doc
15+
16+
17+
## git-changelog-maven-plugin-1.34
18+
### No issue
19+
20+
[bcc3bb4fab29a51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bcc3bb4fab29a51) Tomas Bjerre *2016-06-25 00:02:44*
21+
22+
Faster
23+
24+
[46020ec8f0c0e51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/46020ec8f0c0e51) Tomas Bjerre *2016-06-24 21:16:22*
25+
26+
doc
27+
28+
29+
## git-changelog-maven-plugin-1.33
30+
### No issue
31+
32+
[a0fe3a9afd499da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0fe3a9afd499da) Tomas Bjerre *2016-06-24 21:14:36*
33+
34+
Fixing merge commits... again...
35+
836
[27bbef6d740b133](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/27bbef6d740b133) Tomas Bjerre *2016-06-24 09:31:53*
937

1038
doc

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

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.35
66
### No issue
77

8+
**Adding {{hashFull}} variable**
9+
10+
11+
[275331a0b9c53cb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/275331a0b9c53cb) Tomas Bjerre *2016-08-02 18:29:54*
12+
13+
**doc**
14+
15+
16+
[cdf8d8bd0430625](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cdf8d8bd0430625) Tomas Bjerre *2016-06-25 00:04:33*
17+
18+
19+
## 1.34
20+
### No issue
21+
22+
**Faster**
23+
24+
25+
[bcc3bb4fab29a51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bcc3bb4fab29a51) Tomas Bjerre *2016-06-25 00:02:44*
26+
27+
**doc**
28+
29+
30+
[46020ec8f0c0e51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/46020ec8f0c0e51) Tomas Bjerre *2016-06-24 21:16:22*
31+
32+
33+
## 1.33
34+
### No issue
35+
36+
**Fixing merge commits... again...**
37+
38+
39+
[a0fe3a9afd499da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0fe3a9afd499da) Tomas Bjerre *2016-06-24 21:14:36*
40+
841
**doc**
942

1043

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

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.35
66
### No issue
77

8+
**Adding {{hashFull}} variable**
9+
10+
11+
[275331a0b9c53cb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/275331a0b9c53cb) Tomas Bjerre *2016-08-02 18:29:54*
12+
13+
**doc**
14+
15+
16+
[cdf8d8bd0430625](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cdf8d8bd0430625) Tomas Bjerre *2016-06-25 00:04:33*
17+
18+
19+
## git-changelog-maven-plugin-1.34
20+
### No issue
21+
22+
**Faster**
23+
24+
25+
[bcc3bb4fab29a51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bcc3bb4fab29a51) Tomas Bjerre *2016-06-25 00:02:44*
26+
27+
**doc**
28+
29+
30+
[46020ec8f0c0e51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/46020ec8f0c0e51) Tomas Bjerre *2016-06-24 21:16:22*
31+
32+
33+
## git-changelog-maven-plugin-1.33
34+
### No issue
35+
36+
**Fixing merge commits... again...**
37+
38+
39+
[a0fe3a9afd499da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0fe3a9afd499da) Tomas Bjerre *2016-06-24 21:14:36*
40+
841
**doc**
942

1043

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

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

99

1010
### These commits have not issue in their commit comment
11+
Adding {{hashFull}} variable *18:29:54*
12+
13+
doc *00:04:33*
14+
15+
Faster *00:02:44*
16+
17+
doc *21:16:22*
18+
19+
Fixing merge commits... again... *21:14:36*
20+
1121
doc *09:31:53*
1222

1323
Including commits from merges lib issue 49 *09:29:14*

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

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Next release
5+
## 1.35
66
### Other changes
77

8+
**Adding {{hashFull}} variable**
9+
10+
11+
[275331a0b9c53cb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/275331a0b9c53cb) Tomas Bjerre *2016-08-02 18:29:54*
12+
13+
**doc**
14+
15+
16+
[cdf8d8bd0430625](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cdf8d8bd0430625) Tomas Bjerre *2016-06-25 00:04:33*
17+
18+
19+
## 1.34
20+
### Other changes
21+
22+
**Faster**
23+
24+
25+
[bcc3bb4fab29a51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bcc3bb4fab29a51) Tomas Bjerre *2016-06-25 00:02:44*
26+
27+
**doc**
28+
29+
30+
[46020ec8f0c0e51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/46020ec8f0c0e51) Tomas Bjerre *2016-06-24 21:16:22*
31+
32+
33+
## 1.33
34+
### Other changes
35+
36+
**Fixing merge commits... again...**
37+
38+
39+
[a0fe3a9afd499da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0fe3a9afd499da) Tomas Bjerre *2016-06-24 21:14:36*
40+
841
**doc**
942

1043

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

+34-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,42 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.35
66
### No issue
77

8+
**Adding {{hashFull}} variable**
9+
10+
11+
[275331a0b9c53cb](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/275331a0b9c53cb) Tomas Bjerre *2016-08-02 18:29:54*
12+
13+
**doc**
14+
15+
16+
[cdf8d8bd0430625](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cdf8d8bd0430625) Tomas Bjerre *2016-06-25 00:04:33*
17+
18+
19+
## 1.34
20+
### No issue
21+
22+
**Faster**
23+
24+
25+
[bcc3bb4fab29a51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/bcc3bb4fab29a51) Tomas Bjerre *2016-06-25 00:02:44*
26+
27+
**doc**
28+
29+
30+
[46020ec8f0c0e51](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/46020ec8f0c0e51) Tomas Bjerre *2016-06-24 21:16:22*
31+
32+
33+
## 1.33
34+
### No issue
35+
36+
**Fixing merge commits... again...**
37+
38+
39+
[a0fe3a9afd499da](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a0fe3a9afd499da) Tomas Bjerre *2016-06-24 21:14:36*
40+
841
**doc**
942

1043

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.35-SNAPSHOT</version>
19+
<version>1.36-SNAPSHOT</version>
2020
<executions>
2121
<!-- Minimal config // -->
2222
<execution>

0 commit comments

Comments
 (0)