File tree 7 files changed +63
-2
lines changed
git-changelog-maven-plugin-example
7 files changed +63
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Changelog of Git Changelog Maven plugin.
4
4
5
5
## Unreleased
6
6
### No issue /
7
+ feat: subString and ifMatches helpers
8
+
9
+ [ maven-release-plugin] prepare for next development iteration
10
+
11
+
12
+
13
+ ## git-changelog-maven-plugin-1.73
14
+ ### Jira /
15
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.73
16
+
17
+
18
+ ### No issue /
19
+ feat: regexp in ifCommitType and ifCommitScope
20
+
7
21
chore: stepping dependencies
8
22
9
23
[ maven-release-plugin] prepare for next development iteration
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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*
8
+
9
+ [ maven-release-plugin] prepare for next development iteration * 2021-06-02 19:19:08*
10
+
11
+
12
+
13
+ ## git-changelog-maven-plugin-1.73
14
+ ### Jira
15
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.73 * 2021-06-02 19:19:02*
16
+
17
+
18
+ ### No issue
19
+ feat: regexp in ifCommitType and ifCommitScope * 2021-06-02 19:18:30*
20
+
7
21
chore: stepping dependencies * 2021-06-01 16:09:07*
8
22
9
23
[ maven-release-plugin] prepare for next development iteration * 2021-05-30 19:46:52*
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.73
6
+ ### Jira
7
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.73 * 2021-06-02 19:19:02*
8
+
9
+
10
+
5
11
## git-changelog-maven-plugin-1.72
6
12
### Jira
7
13
[ maven-release-plugin] prepare release git-changelog-maven-plugin-1.72 * 2021-05-27 17:42:10*
Original file line number Diff line number Diff line change @@ -5,6 +5,29 @@ 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*
9
+
10
+ feat: subString and ifMatches helpers
11
+
12
+ [ 7ca093b09c8cfa8] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/7ca093b09c8cfa8 ) Tomas Bjerre * 2021-06-02 19:19:08*
13
+
14
+ [ maven-release-plugin] prepare for next development iteration
15
+
16
+
17
+ ## git-changelog-maven-plugin-1.73
18
+ ### Jira
19
+
20
+ [ ff4bde372d4cc28] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff4bde372d4cc28 ) Tomas Bjerre * 2021-06-02 19:19:02*
21
+
22
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.73
23
+
24
+
25
+ ### No issue
26
+
27
+ [ 27665d7653a8e09] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/27665d7653a8e09 ) Tomas Bjerre * 2021-06-02 19:18:30*
28
+
29
+ feat: regexp in ifCommitType and ifCommitScope
30
+
8
31
[ ece25e5eb5a5a34] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ece25e5eb5a5a34 ) Tomas Bjerre * 2021-06-01 16:09:07*
9
32
10
33
chore: stepping dependencies
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ 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*
110
+
111
+ feat: regexp in ifCommitType and ifCommitScope * 19:18:30*
112
+
109
113
chore: stepping dependencies * 16:09:07*
110
114
111
115
chore: updating release-plugins * 17:41:42*
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.73 -SNAPSHOT</changelog .version>
13
+ <changelog .version>1.74 -SNAPSHOT</changelog .version>
14
14
</properties >
15
15
<build >
16
16
<plugins >
Original file line number Diff line number Diff line change 43
43
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
44
44
<maven .compiler.target>1.8</maven .compiler.target>
45
45
<maven .compiler.source>1.8</maven .compiler.source>
46
- <changelog-lib >1.150.0 </changelog-lib >
46
+ <changelog-lib >1.152.1 </changelog-lib >
47
47
</properties >
48
48
49
49
<dependencies >
You can’t perform that action at this time.
0 commit comments