Skip to content

Commit 6545219

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9bc963d commit 6545219

13 files changed

+83
-12
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
8+
**Adjustments after merge of PR #19**
9+
10+
11+
[b30f660588ba861](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b30f660588ba861) Tomas Bjerre *2020-11-18 17:18:11*
12+
13+
614
### No issue
715

816
**Add support for pathfilter**

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
8+
**Adjustments after merge of PR #19**
9+
10+
11+
[b30f660588ba861](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b30f660588ba861) Tomas Bjerre *2020-11-18 17:18:11*
12+
13+
614
### No issue
715

816
**Add support for pathfilter**

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
Adjustments after merge of PR #19
8+
9+
610
### No issue /
711
Add support for pathfilter
812

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.63
6+
### GitHub
7+
Adjustments after merge of PR #19 *2020-11-18 17:18:11*
8+
9+
610
### No issue
711
Add support for pathfilter *2020-11-17 15:41:30*
812

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.63
6+
### GitHub
7+
Adjustments after merge of PR #19 *2020-11-18 17:18:11*
8+
9+
10+
511
## git-changelog-maven-plugin-1.61
612
### GitHub
713
Adding skip option #12 *2019-12-12 17:22:47*

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

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
8+
[b30f660588ba861](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b30f660588ba861) Tomas Bjerre *2020-11-18 17:18:11*
9+
10+
Adjustments after merge of PR #19
11+
12+
613
### No issue
714

815
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
8+
**Adjustments after merge of PR #19**
9+
10+
11+
[b30f660588ba861](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b30f660588ba861) Tomas Bjerre *2020-11-18 17:18:11*
12+
13+
614
### No issue
715

816
**Add support for pathfilter**

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## git-changelog-maven-plugin-1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
8+
**Adjustments after merge of PR #19**
9+
10+
11+
[b30f660588ba861](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b30f660588ba861) Tomas Bjerre *2020-11-18 17:18:11*
12+
13+
614
### No issue
715

816
**Add support for pathfilter**

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

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Add extendedVariables property *04:42:36*
2020

2121

2222
### GitHub
23+
Adjustments after merge of PR #19 *17:18:11*
24+
2325
Merge pull request #19 from gab1one/add-path-filter
2426

2527
Add support for pathfilter *17:17:05*

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Next release
5+
## 1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
8+
**Adjustments after merge of PR #19**
9+
10+
11+
[b30f660588ba861](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b30f660588ba861) Tomas Bjerre *2020-11-18 17:18:11*
12+
13+
614
### Other changes
715

816
**Add support for pathfilter**

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

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
Changelog of Git Changelog Maven plugin.
44

5-
## Unreleased
5+
## 1.63
6+
### GitHub [#19](https://github.com/tomasbjerre/git-changelog-maven-plugin/pull/19) Add support for pathfilter
7+
8+
**Adjustments after merge of PR #19**
9+
10+
11+
[b30f660588ba861](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/b30f660588ba861) Tomas Bjerre *2020-11-18 17:18:11*
12+
13+
614
### No issue
715

816
**Add support for pathfilter**

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

1818
<distributionManagement>

0 commit comments

Comments
 (0)