Skip to content

Commit 7d64857

Browse files
committed
Lib 1.30, supporting multiple tags on same commit
1 parent ca71527 commit 7d64857

8 files changed

+57
-1
lines changed

CHANGELOG.md

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Updating CHANGELOG.md**
9+
10+
11+
[ca715277a042a8a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ca715277a042a8a) Tomas Bjerre *2016-02-14 18:00:16*
12+
13+
514
## 1.18
615
### No issue
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Updating CHANGELOG.md**
9+
10+
11+
[ca715277a042a8a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ca715277a042a8a) Tomas Bjerre *2016-02-14 18:00:16*
12+
13+
514
## 1.18
615
### No issue
716

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

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
Updating CHANGELOG.md
8+
9+
10+
511
## git-changelog-maven-plugin-1.18
612
### No issue
713
Lib 1.29

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
[ca715277a042a8a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ca715277a042a8a) Tomas Bjerre *2016-02-14 18:00:16*
9+
10+
Updating CHANGELOG.md
11+
12+
513
## git-changelog-maven-plugin-1.18
614
### No issue
715

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Updating CHANGELOG.md**
9+
10+
11+
[ca715277a042a8a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ca715277a042a8a) Tomas Bjerre *2016-02-14 18:00:16*
12+
13+
514
## git-changelog-maven-plugin-1.18
615
### No issue
716

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

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5+
## These commits are not included in any tag
6+
### These commits have not issue in their commit comment
7+
Updating CHANGELOG.md *18:00:16*
8+
9+
10+
511
## 1.18
612
### These commits have not issue in their commit comment
713
Lib 1.29 *17:58:28*

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Next release
6+
### Other changes
7+
8+
**Updating CHANGELOG.md**
9+
10+
11+
[ca715277a042a8a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ca715277a042a8a) Tomas Bjerre *2016-02-14 18:00:16*
12+
13+
514
## 1.18
615
### Other changes
716

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.29</version>
72+
<version>1.30</version>
7373
</dependency>
7474
</dependencies>
7575

0 commit comments

Comments
 (0)