Skip to content

Commit

Permalink
added version update script
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoder committed Nov 9, 2024
1 parent 9284985 commit ba710b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions set-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd java
mvn versions:set -DnewVersion=$1
mvn versions:commit -Pci
cd ../web/lora-package
npm version $1
cd ../../nodejs
for d in `ls` ;do cd $d;npm version $1;cd ..;done

0 comments on commit ba710b9

Please sign in to comment.