Skip to content

Commit 0d37036

Browse files
committed
Updating CHANGELOG.md
1 parent 18df1c3 commit 0d37036

8 files changed

+36
-8
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
Changelog of Git Changelog Maven plugin.
44

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

8+
**Supplying commit in each issue mentioned in message**
9+
10+
11+
[98ce0edaf4f1320](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/98ce0edaf4f1320) Tomas Bjerre *2016-02-20 08:49:31*
12+
813
**Updating CHANGELOG.md**
914

1015

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
Changelog of Git Changelog Maven plugin.
44

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

8+
**Supplying commit in each issue mentioned in message**
9+
10+
11+
[98ce0edaf4f1320](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/98ce0edaf4f1320) Tomas Bjerre *2016-02-20 08:49:31*
12+
813
**Updating CHANGELOG.md**
914

1015

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.19
66
### No issue
7+
Supplying commit in each issue mentioned in message
8+
79
Updating CHANGELOG.md
810

911
Lib 1.30, supporting multiple tags on same commit

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
Changelog of Git Changelog Maven plugin.
44

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

8+
[98ce0edaf4f1320](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/98ce0edaf4f1320) Tomas Bjerre *2016-02-20 08:49:31*
9+
10+
Supplying commit in each issue mentioned in message
11+
812
[74ccd71a67e208d](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/74ccd71a67e208d) Tomas Bjerre *2016-02-15 18:23:16*
913

1014
Updating CHANGELOG.md

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
Changelog of Git Changelog Maven plugin.
44

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

8+
**Supplying commit in each issue mentioned in message**
9+
10+
11+
[98ce0edaf4f1320](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/98ce0edaf4f1320) Tomas Bjerre *2016-02-20 08:49:31*
12+
813
**Updating CHANGELOG.md**
914

1015

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## These commits are not included in any tag
5+
## 1.19
66
### These commits have not issue in their commit comment
7+
Supplying commit in each issue mentioned in message *08:49:31*
8+
79
Updating CHANGELOG.md *18:23:16*
810

911
Lib 1.30, supporting multiple tags on same commit *18:17:02*

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
Changelog of Git Changelog Maven plugin.
44

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

8+
**Supplying commit in each issue mentioned in message**
9+
10+
11+
[98ce0edaf4f1320](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/98ce0edaf4f1320) Tomas Bjerre *2016-02-20 08:49:31*
12+
813
**Updating CHANGELOG.md**
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.19-SNAPSHOT</version>
19+
<version>1.20-SNAPSHOT</version>
2020
<executions>
2121
<!-- Minimal config // -->
2222
<execution>

0 commit comments

Comments
 (0)