File tree 12 files changed +79
-3
lines changed
git-changelog-maven-plugin-example
12 files changed +79
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## 1.57
6
+ ### No issue
7
+
8
+ ** GitLab API v4**
9
+
10
+
11
+ [ 938d8a264d14f0e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/938d8a264d14f0e ) Tomas Bjerre * 2018-10-27 16:29:04*
12
+
13
+
5
14
## 1.56
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## 1.57
6
+ ### No issue
7
+
8
+ ** GitLab API v4**
9
+
10
+
11
+ [ 938d8a264d14f0e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/938d8a264d14f0e ) Tomas Bjerre * 2018-10-27 16:29:04*
12
+
13
+
5
14
## 1.56
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## git-changelog-maven-plugin-1.57
6
+ ### No issue /
7
+ GitLab API v4
8
+
9
+
10
+
5
11
## git-changelog-maven-plugin-1.56
6
12
### No issue /
7
13
isJira, isGitHub...
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## git-changelog-maven-plugin-1.57
6
+ ### No issue
7
+ GitLab API v4 * 2018-10-27 16:29:04*
8
+
9
+
10
+
5
11
## git-changelog-maven-plugin-1.56
6
12
### No issue
7
13
isJira, isGitHub... * 2018-10-27 06:09:27*
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## git-changelog-maven-plugin-1.57
6
+ ### No issue
7
+
8
+ [ 938d8a264d14f0e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/938d8a264d14f0e ) Tomas Bjerre * 2018-10-27 16:29:04*
9
+
10
+ GitLab API v4
11
+
12
+
5
13
## git-changelog-maven-plugin-1.56
6
14
### No issue
7
15
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## 1.57
6
+ ### No issue
7
+
8
+ ** GitLab API v4**
9
+
10
+
11
+ [ 938d8a264d14f0e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/938d8a264d14f0e ) Tomas Bjerre * 2018-10-27 16:29:04*
12
+
13
+
5
14
## 1.56
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## git-changelog-maven-plugin-1.57
6
+ ### No issue
7
+
8
+ ** GitLab API v4**
9
+
10
+
11
+ [ 938d8a264d14f0e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/938d8a264d14f0e ) Tomas Bjerre * 2018-10-27 16:29:04*
12
+
13
+
5
14
## git-changelog-maven-plugin-1.56
6
15
### No issue
7
16
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Fix fromCommit and fromRef property typo *21:11:26*
60
60
61
61
62
62
### These commits have not issue in their commit comment
63
+ GitLab API v4 * 16:29:04*
64
+
63
65
isJira, isGitHub... * 06:09:27*
64
66
65
67
Doc * 15:37:37*
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## 1.57
6
+ ### Other changes
7
+
8
+ ** GitLab API v4**
9
+
10
+
11
+ [ 938d8a264d14f0e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/938d8a264d14f0e ) Tomas Bjerre * 2018-10-27 16:29:04*
12
+
13
+
5
14
## 1.56
6
15
### Other changes
7
16
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
+ ## 1.57
6
+ ### No issue
7
+
8
+ ** GitLab API v4**
9
+
10
+
11
+ [ 938d8a264d14f0e] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/938d8a264d14f0e ) Tomas Bjerre * 2018-10-27 16:29:04*
12
+
13
+
5
14
## 1.56
6
15
### No issue
7
16
Original file line number Diff line number Diff line change 10
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
11
<maven .compiler.target>1.6</maven .compiler.target>
12
12
<maven .compiler.source>1.6</maven .compiler.source>
13
- <changelog .version>1.57 -SNAPSHOT</changelog .version>
13
+ <changelog .version>1.58 -SNAPSHOT</changelog .version>
14
14
</properties >
15
15
<build >
16
16
<plugins >
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >se.bjurr.gitchangelog</groupId >
4
4
<artifactId >git-changelog-maven-plugin</artifactId >
5
- <version >1.57 </version >
5
+ <version >1.58-SNAPSHOT </version >
6
6
<packaging >maven-plugin</packaging >
7
7
<name >git-changelog-maven-plugin</name >
8
8
<description >Maven plugin that can generate a changelog from git repo.</description >
12
12
<scm >
13
13
<developerConnection >scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection >
14
14
<url >https://github.com/tomasbjerre/git-changelog-maven-plugin</url >
15
- <tag >git-changelog-maven-plugin-1.57 </tag >
15
+ <tag >HEAD </tag >
16
16
</scm >
17
17
18
18
<distributionManagement >
You can’t perform that action at this time.
0 commit comments