File tree 7 files changed +56
-5
lines changed
git-changelog-maven-plugin-example
7 files changed +56
-5
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ Changelog of Git Changelog Maven plugin.
8
8
9
9
10
10
11
+ ## git-changelog-maven-plugin-1.76
12
+ ### Jira /
13
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.76
14
+
15
+
16
+ ### No issue /
17
+ fix: semantic version stepping
18
+
19
+ [ maven-release-plugin] prepare for next development iteration
20
+
21
+
22
+
11
23
## git-changelog-maven-plugin-1.75
12
24
### Jira /
13
25
[ maven-release-plugin] prepare release git-changelog-maven-plugin-1.75
Original file line number Diff line number Diff line change @@ -4,7 +4,19 @@ Changelog of Git Changelog Maven plugin.
4
4
5
5
## Unreleased
6
6
### No issue
7
- [ maven-release-plugin] prepare for next development iteration * 2021-06-09 14:50:09*
7
+ [ maven-release-plugin] prepare for next development iteration * 2021-06-09 17:12:21*
8
+
9
+
10
+
11
+ ## git-changelog-maven-plugin-1.76
12
+ ### Jira
13
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.76 * 2021-06-09 17:12:14*
14
+
15
+
16
+ ### No issue
17
+ fix: semantic version stepping * 2021-06-09 17:11:56*
18
+
19
+ [ maven-release-plugin] prepare for next development iteration * 2021-06-09 14:52:05*
8
20
9
21
10
22
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.76
6
+ ### Jira
7
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.76 * 2021-06-09 17:12:14*
8
+
9
+
10
+
5
11
## git-changelog-maven-plugin-1.75
6
12
### Jira
7
13
[ maven-release-plugin] prepare release git-changelog-maven-plugin-1.75 * 2021-06-09 14:50:00*
Original file line number Diff line number Diff line change @@ -5,7 +5,26 @@ Changelog of Git Changelog Maven plugin.
5
5
## Unreleased
6
6
### No issue
7
7
8
- [ 8509759d52d44ae] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/8509759d52d44ae ) Tomas Bjerre * 2021-06-09 14:50:09*
8
+ [ ff6bc57b36a7d9b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff6bc57b36a7d9b ) Tomas Bjerre * 2021-06-09 17:12:21*
9
+
10
+ [ maven-release-plugin] prepare for next development iteration
11
+
12
+
13
+ ## git-changelog-maven-plugin-1.76
14
+ ### Jira
15
+
16
+ [ e95f28786cf40a1] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e95f28786cf40a1 ) Tomas Bjerre * 2021-06-09 17:12:14*
17
+
18
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.76
19
+
20
+
21
+ ### No issue
22
+
23
+ [ 6d0a92ed2dac5e2] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/6d0a92ed2dac5e2 ) Tomas Bjerre * 2021-06-09 17:11:56*
24
+
25
+ fix: semantic version stepping
26
+
27
+ [ cd5471933282f67] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cd5471933282f67 ) Tomas Bjerre * 2021-06-09 14:52:05*
9
28
10
29
[ maven-release-plugin] prepare for next development iteration
11
30
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ Fix fromCommit and fromRef property typo *21:11:26*
106
106
107
107
108
108
### These commits have not issue in their commit comment
109
+ fix: semantic version stepping * 17:11:56*
110
+
109
111
fix: NPE when given file has no parent * 14:49:36*
110
112
111
113
fix: when file was in a new folder, it created folder * 14:33:39*
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.76 -SNAPSHOT</changelog .version>
13
+ <changelog .version>1.77 -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.76 </version >
5
+ <version >1.77-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.76 </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