File tree 7 files changed +57
-6
lines changed
git-changelog-maven-plugin-example
7 files changed +57
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ Changelog of Git Changelog Maven plugin.
4
4
5
5
## Unreleased
6
6
### No issue /
7
+ [ maven-release-plugin] prepare for next development iteration
8
+
9
+
10
+
11
+ ## git-changelog-maven-plugin-1.74
12
+ ### Jira /
13
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.74
14
+
15
+
16
+ ### No issue /
17
+ fix: when file was in a new folder, it created folder
18
+
7
19
feat: subString and ifMatches helpers
8
20
9
21
[ maven-release-plugin] prepare for next development iteration
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
- feat: subString and ifMatches helpers * 2021-06-04 13:05:10*
7
+ [ maven-release-plugin] prepare for next development iteration * 2021-06-09 14:34:07*
8
+
9
+
10
+
11
+ ## git-changelog-maven-plugin-1.74
12
+ ### Jira
13
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.74 * 2021-06-09 14:33:57*
14
+
15
+
16
+ ### No issue
17
+ fix: when file was in a new folder, it created folder * 2021-06-09 14:33:39*
18
+
19
+ feat: subString and ifMatches helpers * 2021-06-04 13:51:31*
8
20
9
21
[ maven-release-plugin] prepare for next development iteration * 2021-06-02 19:19:08*
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.74
6
+ ### Jira
7
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.74 * 2021-06-09 14:33:57*
8
+
9
+
10
+
5
11
## git-changelog-maven-plugin-1.73
6
12
### Jira
7
13
[ maven-release-plugin] prepare release git-changelog-maven-plugin-1.73 * 2021-06-02 19:19:02*
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
- [ a3402dda350af6b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/a3402dda350af6b ) Tomas Bjerre * 2021-06-04 13:05:10*
8
+ [ e48fe177d4cb3ac] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e48fe177d4cb3ac ) Tomas Bjerre * 2021-06-09 14:34:07*
9
+
10
+ [ maven-release-plugin] prepare for next development iteration
11
+
12
+
13
+ ## git-changelog-maven-plugin-1.74
14
+ ### Jira
15
+
16
+ [ 9a2970e5d94f73b] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/9a2970e5d94f73b ) Tomas Bjerre * 2021-06-09 14:33:57*
17
+
18
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.74
19
+
20
+
21
+ ### No issue
22
+
23
+ [ cf71f3bc966a95c] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/cf71f3bc966a95c ) Tomas Bjerre * 2021-06-09 14:33:39*
24
+
25
+ fix: when file was in a new folder, it created folder
26
+
27
+ [ d3fb0749dc377f7] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d3fb0749dc377f7 ) Tomas Bjerre * 2021-06-04 13:51:31*
9
28
10
29
feat: subString and ifMatches helpers
11
30
Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ 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
- feat: subString and ifMatches helpers * 13:05:10*
109
+ fix: when file was in a new folder, it created folder * 14:33:39*
110
+
111
+ feat: subString and ifMatches helpers * 13:51:31*
110
112
111
113
feat: regexp in ifCommitType and ifCommitScope * 19:18:30*
112
114
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.74 -SNAPSHOT</changelog .version>
13
+ <changelog .version>1.75 -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.74 </version >
5
+ <version >1.75-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.74 </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