File tree 8 files changed +34
-7
lines changed
git-changelog-maven-plugin-example
8 files changed +34
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ Changelog of Git Changelog Maven plugin.
5
5
## Unreleased
6
6
### No issue
7
7
8
- [ b9b42aa78a0e2ca] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b9b42aa78a0e2ca ) Tomas Bjerre * 2016-02-01 18:08:56*
8
+ [ a751106014bd92e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a751106014bd92e ) Tomas Bjerre * 2016-02-09 19:22:40*
9
+
10
+ Added variables: messageTitle, messageBody, messageItems #5
11
+
12
+ [ b07a644537281ad] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b07a644537281ad ) Tomas Bjerre * 2016-02-01 18:15:25*
9
13
10
14
Adding example of custom issue without link
11
15
Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ Changelog of Git Changelog Maven plugin.
5
5
## Unreleased
6
6
### No issue
7
7
8
- [ b9b42aa78a0e2ca] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b9b42aa78a0e2ca ) Tomas Bjerre * 2016-02-01 18:08:56*
8
+ [ a751106014bd92e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a751106014bd92e ) Tomas Bjerre * 2016-02-09 19:22:40*
9
+
10
+ Added variables: messageTitle, messageBody, messageItems #5
11
+
12
+ [ b07a644537281ad] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b07a644537281ad ) Tomas Bjerre * 2016-02-01 18:15:25*
9
13
10
14
Adding example of custom issue without link
11
15
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Changelog of Git Changelog Maven plugin.
10
10
11
11
12
12
### No issue
13
+ Added variables: messageTitle, messageBody, messageItems #5
14
+
13
15
Maven Central version badge in README.md
14
16
15
17
Updating README.md after release
Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ Changelog of Git Changelog Maven plugin.
5
5
## Unreleased
6
6
### No issue
7
7
8
- [ b9b42aa78a0e2ca] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b9b42aa78a0e2ca ) Tomas Bjerre * 2016-02-01 18:08:56*
8
+ [ a751106014bd92e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a751106014bd92e ) Tomas Bjerre * 2016-02-09 19:22:40*
9
+
10
+ Added variables: messageTitle, messageBody, messageItems #5
11
+
12
+ [ b07a644537281ad] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b07a644537281ad ) Tomas Bjerre * 2016-02-01 18:15:25*
9
13
10
14
Adding example of custom issue without link
11
15
Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ Changelog of Git Changelog Maven plugin.
5
5
## Unreleased
6
6
### No issue
7
7
8
- [ b9b42aa78a0e2ca] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b9b42aa78a0e2ca ) Tomas Bjerre * 2016-02-01 18:08:56*
8
+ [ a751106014bd92e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a751106014bd92e ) Tomas Bjerre * 2016-02-09 19:22:40*
9
+
10
+ Added variables: messageTitle, messageBody, messageItems #5
11
+
12
+ [ b07a644537281ad] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b07a644537281ad ) Tomas Bjerre * 2016-02-01 18:15:25*
9
13
10
14
Adding example of custom issue without link
11
15
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ Changelog of Git Changelog Maven plugin.
4
4
5
5
## These commits are not included in any tag
6
6
### These commits have not issue in their commit comment
7
+ Added variables: messageTitle, messageBody, messageItems #5 * 19:22:40*
8
+
7
9
Adding example of custom issue without link
8
10
9
- * Like I123 * 18:08:56 *
11
+ * Like I123 * 18:15:25 *
10
12
11
13
Maven Central version badge in README.md * 21:14:03*
12
14
Original file line number Diff line number Diff line change 3
3
Changelog of Git Changelog Maven plugin.
4
4
5
5
## Next release
6
+ ### GitHub [ #5 ] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/issues/5 ) One line git commit messege
7
+
8
+ [ a751106014bd92e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a751106014bd92e ) Tomas Bjerre * 2016-02-09 19:22:40*
9
+
10
+ Added variables: messageTitle, messageBody, messageItems #5
11
+
12
+
6
13
### Other changes
7
14
8
- [ b9b42aa78a0e2ca ] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b9b42aa78a0e2ca ) Tomas Bjerre * 2016-02-01 18:08:56 *
15
+ [ b07a644537281ad ] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b07a644537281ad ) Tomas Bjerre * 2016-02-01 18:15:25 *
9
16
10
17
Adding example of custom issue without link
11
18
Original file line number Diff line number Diff line change 69
69
<dependency >
70
70
<groupId >se.bjurr.gitchangelog</groupId >
71
71
<artifactId >git-changelog-lib</artifactId >
72
- <version >1.23 </version >
72
+ <version >1.24 </version >
73
73
</dependency >
74
74
</dependencies >
75
75
You can’t perform that action at this time.
0 commit comments