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 24fee6c commit 3392c9b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@ Or as a parent:
Release and sign with:

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

0 comments on commit 3392c9b

Please sign in to comment.