Skip to content

Commit b30f660

Browse files
committed
Adjustments after merge of PR #19
1 parent d684c77 commit b30f660

11 files changed

+83
-1
lines changed

CHANGELOG.md

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Add support for pathfilter**
9+
10+
11+
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*
12+
13+
514
## 1.62
615
### No issue
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Add support for pathfilter**
9+
10+
11+
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*
12+
13+
514
## 1.62
615
### No issue
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue /
7+
Add support for pathfilter
8+
9+
10+
511
## git-changelog-maven-plugin-1.62
612
### No issue /
713
openjdk8

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
Add support for pathfilter *2020-11-17 15:41:30*
8+
9+
10+
511
## git-changelog-maven-plugin-1.62
612
### No issue
713
openjdk8 *2020-08-05 04:47:39*

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*
9+
10+
Add support for pathfilter
11+
12+
513
## git-changelog-maven-plugin-1.62
614
### No issue
715

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Add support for pathfilter**
9+
10+
11+
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*
12+
13+
514
## 1.62
615
### No issue
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Add support for pathfilter**
9+
10+
11+
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*
12+
13+
514
## git-changelog-maven-plugin-1.62
615
### No issue
716

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

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ docs: Updates README.md to improve readability *14:34:08*
1919
Add extendedVariables property *04:42:36*
2020

2121

22+
### GitHub
23+
Merge pull request #19 from gab1one/add-path-filter
24+
25+
Add support for pathfilter *17:17:05*
26+
27+
2228
### GitHub
2329
Template can be configured directly in the pom #2 *17:29:26*
2430

@@ -70,6 +76,8 @@ Fix fromCommit and fromRef property typo *21:11:26*
7076

7177

7278
### These commits have not issue in their commit comment
79+
Add support for pathfilter *15:41:30*
80+
7381
openjdk8 *04:47:39*
7482

7583
Add extendedVariables property *20:33:17*

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Next release
6+
### Other changes
7+
8+
**Add support for pathfilter**
9+
10+
11+
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*
12+
13+
514
## 1.62
615
### Other changes
716

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

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

33
Changelog of Git Changelog Maven plugin.
44

5+
## Unreleased
6+
### No issue
7+
8+
**Add support for pathfilter**
9+
10+
11+
[c0420bec400cac8](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/c0420bec400cac8) Gabriel Einsdorf *2020-11-17 15:41:30*
12+
13+
514
## 1.62
615
### No issue
716

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<maven.compiler.target>1.7</maven.compiler.target>
4646
<maven.compiler.source>1.7</maven.compiler.source>
47-
<changelog-lib>1.92</changelog-lib>
47+
<changelog-lib>1.94</changelog-lib>
4848
<fmt>2.6.0</fmt>
4949
</properties>
5050

0 commit comments

Comments
 (0)