Skip to content

Commit d979751

Browse files
committed
chore: setting version in pom
1 parent 9706d32 commit d979751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
./mvnw se.bjurr.gitchangelog:git-changelog-maven-plugin:semantic-version \
4+
&& ./mvnw spotless:apply \
45
&& git commit -a -m "chore: setting version in pom" && git push || echo "No new version" \
56
&& ./mvnw release:prepare release:perform -B \
67
&& ./mvnw se.bjurr.gitchangelog:git-changelog-maven-plugin:git-changelog \

0 commit comments

Comments
 (0)