Skip to content

Commit

Permalink
build(release): make a local install but skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Nov 20, 2024
1 parent 24c3c12 commit 49784e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prepare-release previousVersion version:
./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion={{version}} -DgenerateBackupPoms=false
./mvnw --batch-mode --no-transfer-progress versions:set -DnewVersion={{version}} -DgenerateBackupPoms=false -pl bom
jbang .build/UpdateDocsAttributesFiles.java --mutiny-version={{version}}
./mvnw --batch-mode --no-transfer-progress -Dquickly
./mvnw --batch-mode --no-transfer-progress -DskipTests
./mvnw --batch-mode --no-transfer-progress -Pupdate-workshop-examples -f workshop-examples compile -DworkshopVersion={{version}}
find workshop-examples -name '*.java' | xargs chmod +x
git commit -am "chore(release): update version metadata for Mutiny {{version}}"
Expand Down

0 comments on commit 49784e2

Please sign in to comment.