Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 22, 2022
1 parent 4c648f4 commit ebfdc92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<checkModificationExcludeList>
CHANGELOG.md,pom.xml
</checkModificationExcludeList>
<completionGoals>se.bjurr.gitchangelog:git-changelog-maven-plugin:semantic-version</completionGoals>
<preparationGoals>se.bjurr.gitchangelog:git-changelog-maven-plugin:semantic-version</preparationGoals>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -146,7 +146,7 @@
<readableTagName>.*-(.*)$</readableTagName>
<file>CHANGELOG.md</file>
<ignoreCommitsIfMessageMatches>^\[maven-release-plugin\].*|^\[Gradle Release Plugin\].*|^Merge.*|.*\[GRADLE SCRIPT\].*</ignoreCommitsIfMessageMatches>
<updatePomWithNextSemanticVersionSuffixSnapshot>false</updatePomWithNextSemanticVersionSuffixSnapshot>
<updatePomWithNextSemanticVersionSuffixSnapshot>true</updatePomWithNextSemanticVersionSuffixSnapshot>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ebfdc92

Please sign in to comment.