Skip to content

Commit

Permalink
feat: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 4, 2022
1 parent 406ed90 commit 24fee6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 33 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ Release and sign with:

```sh
./mvnw \
verify \
release:prepare \
release:perform \
-B \
release:prepare release:perform -B \
&& ./mvnw \
se.bjurr.gitchangelog:git-changelog-maven-plugin:semantic-version \
se.bjurr.gitchangelog:git-changelog-maven-plugin:git-changelog \
&& git commit -a -m "chore: updating changelog" \
&& git push \
|| git clean -f
```

Expand Down
29 changes: 0 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<releaseProfiles>release-sign-artifacts</releaseProfiles>
<preparationGoals>se.bjurr.gitchangelog:git-changelog-maven-plugin:semantic-version clean verify</preparationGoals>
<goals>deploy</goals>
<checkModificationExcludeList>
CHANGELOG.md,pom.xml
Expand Down Expand Up @@ -231,34 +230,6 @@
<id>release-sign-artifacts</id>
<build>
<plugins>
<plugin>
<groupId>se.bjurr.gitchangelog</groupId>
<artifactId>git-changelog-maven-plugin</artifactId>
<version>${changelog.version}</version>
<executions>
<execution>
<id>GenerateGitChangelog</id>
<phase>generate-sources</phase>
<goals>
<goal>git-changelog</goal>
</goals>
<configuration>
<readableTagName>.*-(.*)$</readableTagName>
<file>CHANGELOG.md</file>
</configuration>
</execution>
<execution>
<id>GenerateGitChangelogSemanticVersion</id>
<phase>generate-sources</phase>
<goals>
<goal>semantic-version</goal>
</goals>
<configuration>
<updatePomWithNextSemanticVersionSuffixSnapshot>false</updatePomWithNextSemanticVersionSuffixSnapshot>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down

0 comments on commit 24fee6c

Please sign in to comment.