File tree 12 files changed +51
-11
lines changed
git-changelog-maven-plugin-example
12 files changed +51
-11
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
- ## Unreleased
5
+ ## 1.48
6
6
### No issue
7
7
8
+ ** Lib 1.70**
9
+
10
+
11
+ [ e92091e79a0de3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e92091e79a0de3b ) Tomas Bjerre * 2017-07-24 19:45:34*
12
+
8
13
** doc**
9
14
10
15
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Here is and example that will generate a CHANGELOG.md.
15
15
<plugin>
16
16
<groupId>se.bjurr.gitchangelog</groupId>
17
17
<artifactId>git-changelog-maven-plugin</artifactId>
18
- <version>1.47 </version>
18
+ <version>1.48 </version>
19
19
<executions>
20
20
<execution>
21
21
<id>GenerateGitChangelog</id>
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Unreleased
5
+ ## 1.48
6
6
### No issue
7
7
8
+ ** Lib 1.70**
9
+
10
+
11
+ [ e92091e79a0de3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e92091e79a0de3b ) Tomas Bjerre * 2017-07-24 19:45:34*
12
+
8
13
** doc**
9
14
10
15
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Unreleased
5
+ ## git-changelog-maven-plugin-1.48
6
6
### No issue /
7
+ Lib 1.70
8
+
7
9
doc
8
10
9
11
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Unreleased
5
+ ## git-changelog-maven-plugin-1.48
6
6
### No issue
7
+ Lib 1.70 * 2017-07-24 19:45:34*
8
+
7
9
doc * 2017-07-12 18:54:04*
8
10
9
11
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Unreleased
5
+ ## git-changelog-maven-plugin-1.48
6
6
### No issue
7
7
8
+ [ e92091e79a0de3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e92091e79a0de3b ) Tomas Bjerre * 2017-07-24 19:45:34*
9
+
10
+ Lib 1.70
11
+
8
12
[ 249dded3f7c879d] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/249dded3f7c879d ) Tomas Bjerre * 2017-07-12 18:54:04*
9
13
10
14
doc
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Unreleased
5
+ ## 1.48
6
6
### No issue
7
7
8
+ ** Lib 1.70**
9
+
10
+
11
+ [ e92091e79a0de3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e92091e79a0de3b ) Tomas Bjerre * 2017-07-24 19:45:34*
12
+
8
13
** doc**
9
14
10
15
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Unreleased
5
+ ## git-changelog-maven-plugin-1.48
6
6
### No issue
7
7
8
+ ** Lib 1.70**
9
+
10
+
11
+ [ e92091e79a0de3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e92091e79a0de3b ) Tomas Bjerre * 2017-07-24 19:45:34*
12
+
8
13
** doc**
9
14
10
15
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ Fix fromCommit and fromRef property typo *21:11:26*
42
42
43
43
44
44
### These commits have not issue in their commit comment
45
+ Lib 1.70 * 19:45:34*
46
+
45
47
doc * 18:54:04*
46
48
47
49
Defaulting to CHANGELOG.md if no output given * 18:49:28*
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Next release
5
+ ## 1.48
6
6
### Other changes
7
7
8
+ ** Lib 1.70**
9
+
10
+
11
+ [ e92091e79a0de3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e92091e79a0de3b ) Tomas Bjerre * 2017-07-24 19:45:34*
12
+
8
13
** doc**
9
14
10
15
Original file line number Diff line number Diff line change 2
2
3
3
Changelog of Git Changelog Maven plugin.
4
4
5
- ## Unreleased
5
+ ## 1.48
6
6
### No issue
7
7
8
+ ** Lib 1.70**
9
+
10
+
11
+ [ e92091e79a0de3b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e92091e79a0de3b ) Tomas Bjerre * 2017-07-24 19:45:34*
12
+
8
13
** doc**
9
14
10
15
Original file line number Diff line number Diff line change 16
16
<plugin >
17
17
<groupId >se.bjurr.gitchangelog</groupId >
18
18
<artifactId >git-changelog-maven-plugin</artifactId >
19
- <version >1.48 -SNAPSHOT</version >
19
+ <version >1.49 -SNAPSHOT</version >
20
20
<executions >
21
21
<!-- Minimal config // -->
22
22
<execution >
You can’t perform that action at this time.
0 commit comments