[DEV] add some delivery tools

This commit is contained in:
Edouard DUPIN 2024-01-19 22:55:23 +01:00
parent 02abb5dcba
commit 12560709e3
2 changed files with 8 additions and 0 deletions

7
.island/release.bash Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd back
mvn versions:set -DnewVersion=$(cat ../version.txt)
cd -

1
version.txt Normal file
View File

@ -0,0 +1 @@
0.2.0-dev