Skip to content

Commit 0e19e96

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9a2970e commit 0e19e96

7 files changed

+57
-6
lines changed

git-changelog-maven-plugin-example/CHANGELOG_custom.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Changelog of Git Changelog Maven plugin.
44

55
## Unreleased
66
### 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+
719
feat: subString and ifMatches helpers
820

921
[maven-release-plugin] prepare for next development iteration

git-changelog-maven-plugin-example/CHANGELOG_ignoreCommitsOlderThan.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ Changelog of Git Changelog Maven plugin.
44

55
## Unreleased
66
### 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*
820

921
[maven-release-plugin] prepare for next development iteration *2021-06-02 19:19:08*
1022

git-changelog-maven-plugin-example/CHANGELOG_ignoreCommitsWithoutIssue.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Changelog of Git Changelog Maven plugin.
44

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+
511
## git-changelog-maven-plugin-1.73
612
### Jira
713
[maven-release-plugin] prepare release git-changelog-maven-plugin-1.73 *2021-06-02 19:19:02*

git-changelog-maven-plugin-example/CHANGELOG_inline.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,26 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

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*
928

1029
feat: subString and ifMatches helpers
1130

git-changelog-maven-plugin-example/CHANGELOG_mixed.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ Fix fromCommit and fromRef property typo *21:11:26*
106106

107107

108108
### 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*
110112

111113
feat: regexp in ifCommitType and ifCommitScope *19:18:30*
112114

git-changelog-maven-plugin-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<maven.compiler.target>1.6</maven.compiler.target>
1212
<maven.compiler.source>1.6</maven.compiler.source>
13-
<changelog.version>1.74-SNAPSHOT</changelog.version>
13+
<changelog.version>1.75-SNAPSHOT</changelog.version>
1414
</properties>
1515
<build>
1616
<plugins>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>se.bjurr.gitchangelog</groupId>
44
<artifactId>git-changelog-maven-plugin</artifactId>
5-
<version>1.74</version>
5+
<version>1.75-SNAPSHOT</version>
66
<packaging>maven-plugin</packaging>
77
<name>git-changelog-maven-plugin</name>
88
<description>Maven plugin that can generate a changelog from git repo.</description>
@@ -12,7 +12,7 @@
1212
<scm>
1313
<developerConnection>scm:git:git@github.com:tomasbjerre/git-changelog-maven-plugin.git</developerConnection>
1414
<url>https://github.com/tomasbjerre/git-changelog-maven-plugin</url>
15-
<tag>git-changelog-maven-plugin-1.74</tag>
15+
<tag>HEAD</tag>
1616
</scm>
1717

1818
<distributionManagement>

0 commit comments

Comments
 (0)