Skip to content

Commit 98ce0ed

Browse files
committed
Supplying commit in each issue mentioned in message
1 parent 74ccd71 commit 98ce0ed

10 files changed

+31
-3
lines changed

CHANGELOG.md

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

8+
**Updating CHANGELOG.md**
9+
10+
11+
[74ccd71a67e208d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/74ccd71a67e208d) Tomas Bjerre *2016-02-15 18:23:16*
12+
813
**Lib 1.30, supporting multiple tags on same commit**
914

1015

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.18</version>
18+
<version>1.19</version>
1919
<executions>
2020
<execution>
2121
<id>GenerateGitChangelog</id>

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

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

8+
**Updating CHANGELOG.md**
9+
10+
11+
[74ccd71a67e208d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/74ccd71a67e208d) Tomas Bjerre *2016-02-15 18:23:16*
12+
813
**Lib 1.30, supporting multiple tags on same commit**
914

1015

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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog of Git Changelog Maven plugin.
44

55
## Unreleased
66
### No issue
7+
Updating CHANGELOG.md
8+
79
Lib 1.30, supporting multiple tags on same commit
810

911
Updating CHANGELOG.md

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

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

8+
[74ccd71a67e208d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/74ccd71a67e208d) Tomas Bjerre *2016-02-15 18:23:16*
9+
10+
Updating CHANGELOG.md
11+
812
[7d648578cd3269f](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/7d648578cd3269f) Tomas Bjerre *2016-02-15 18:17:02*
913

1014
Lib 1.30, supporting multiple tags on same commit

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

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

8+
**Updating CHANGELOG.md**
9+
10+
11+
[74ccd71a67e208d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/74ccd71a67e208d) Tomas Bjerre *2016-02-15 18:23:16*
12+
813
**Lib 1.30, supporting multiple tags on same commit**
914

1015

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

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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+
Updating CHANGELOG.md *18:23:16*
8+
79
Lib 1.30, supporting multiple tags on same commit *18:17:02*
810

911
Updating CHANGELOG.md *18:00:16*

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

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Changelog of Git Changelog Maven plugin.
55
## Next release
66
### Other changes
77

8+
**Updating CHANGELOG.md**
9+
10+
11+
[74ccd71a67e208d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/74ccd71a67e208d) Tomas Bjerre *2016-02-15 18:23:16*
12+
813
**Lib 1.30, supporting multiple tags on same commit**
914

1015

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.18-SNAPSHOT</version>
19+
<version>1.19-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.30</version>
72+
<version>1.32</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)