Skip to content

Commit 27665d7

Browse files
committed
feat: regexp in ifCommitType and ifCommitScope
1 parent ece25e5 commit 27665d7

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

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

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

55
## Unreleased
66
### No issue /
7+
chore: stepping dependencies
8+
79
[maven-release-plugin] prepare for next development iteration
810

911

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

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

55
## Unreleased
66
### No issue
7+
chore: stepping dependencies *2021-06-01 16:09:07*
8+
79
[maven-release-plugin] prepare for next development iteration *2021-05-30 19:46:52*
810

911

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

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8+
[ece25e5eb5a5a34](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ece25e5eb5a5a34) Tomas Bjerre *2021-06-01 16:09:07*
9+
10+
chore: stepping dependencies
11+
812
[ff592b7413b460e](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/ff592b7413b460e) Tomas Bjerre *2021-05-30 19:46:52*
913

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

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+
chore: stepping dependencies *16:09:07*
110+
109111
chore: updating release-plugins *17:41:42*
110112

111113
chore: release instructions *17:36:20*

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<maven.compiler.target>1.8</maven.compiler.target>
4545
<maven.compiler.source>1.8</maven.compiler.source>
46-
<changelog-lib>1.149.8</changelog-lib>
46+
<changelog-lib>1.150.0</changelog-lib>
4747
</properties>
4848

4949
<dependencies>

0 commit comments

Comments
 (0)