Skip to content

Commit

Permalink
build(release): make a local install before updating the workshop ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
jponge committed Nov 20, 2024
1 parent b9685c9 commit 24c3c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +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 -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 24c3c12

Please sign in to comment.