We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9706d32 commit d979751Copy full SHA for d979751
release.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
./mvnw se.bjurr.gitchangelog:git-changelog-maven-plugin:semantic-version \
4
+ && ./mvnw spotless:apply \
5
&& git commit -a -m "chore: setting version in pom" && git push || echo "No new version" \
6
&& ./mvnw release:prepare release:perform -B \
7
&& ./mvnw se.bjurr.gitchangelog:git-changelog-maven-plugin:git-changelog \
0 commit comments