Skip to content

Commit d7b1587

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e95f287 commit d7b1587

7 files changed

+56
-5
lines changed

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

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

99

1010

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+
1123
## git-changelog-maven-plugin-1.75
1224
### Jira /
1325
[maven-release-plugin] prepare release git-changelog-maven-plugin-1.75

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-
[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*
820

921

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.76
6+
### Jira
7+
[maven-release-plugin] prepare release git-changelog-maven-plugin-1.76 *2021-06-09 17:12:14*
8+
9+
10+
511
## git-changelog-maven-plugin-1.75
612
### Jira
713
[maven-release-plugin] prepare release git-changelog-maven-plugin-1.75 *2021-06-09 14:50:00*

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

1029
[maven-release-plugin] prepare for next development iteration
1130

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

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Fix fromCommit and fromRef property typo *21:11:26*
106106

107107

108108
### These commits have not issue in their commit comment
109+
fix: semantic version stepping *17:11:56*
110+
109111
fix: NPE when given file has no parent *14:49:36*
110112

111113
fix: when file was in a new folder, it created folder *14:33:39*

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.76-SNAPSHOT</changelog.version>
13+
<changelog.version>1.77-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.76</version>
5+
<version>1.77-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.76</tag>
15+
<tag>HEAD</tag>
1616
</scm>
1717

1818
<distributionManagement>

0 commit comments

Comments
 (0)