File tree 3 files changed +19
-3
lines changed
git-changelog-maven-plugin-example
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ Changelog of Git Changelog Maven plugin.
5
5
## Unreleased
6
6
### No issue
7
7
8
+ [ ce5f65062a7fb50] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ce5f65062a7fb50 ) Tomas Bjerre * 2022-03-31 15:47:52*
9
+
10
+ [ maven-release-plugin] prepare for next development iteration
11
+
12
+
13
+ ## git-changelog-maven-plugin-1.90
14
+ ### No issue
15
+
16
+ [ 95362de14fc461c] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/95362de14fc461c ) Tomas Bjerre * 2022-03-31 15:47:48*
17
+
18
+ [ maven-release-plugin] prepare release git-changelog-maven-plugin-1.90
19
+
20
+ [ f6e7642a26fa114] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/f6e7642a26fa114 ) Tomas Bjerre * 2022-03-31 15:46:01*
21
+
22
+ feat: prependToFile (refs #41 )
23
+
8
24
[ d22ecc7fee29b2d] ( https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/d22ecc7fee29b2d ) Tomas Bjerre * 2022-03-26 05:53:50*
9
25
10
26
[ maven-release-plugin] prepare for next development iteration
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.8</maven .compiler.target>
12
12
<maven .compiler.source>1.8</maven .compiler.source>
13
- <changelog .version>1.90 -SNAPSHOT</changelog .version>
13
+ <changelog .version>1.91 -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.90 </version >
5
+ <version >1.91-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.90 </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