mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
10 lines
159 B
Bash
10 lines
159 B
Bash
|
|
# Usage: ./release.sh 1.36
|
||
|
|
|
||
|
|
# Build Sandstorm
|
||
|
|
cd ~/repos/wekan
|
||
|
|
./releases/release-sandstorm.sh $1
|
||
|
|
|
||
|
|
# Build Snap
|
||
|
|
cd ~/repos/wekan
|
||
|
|
./releases/release-snap.sh $1
|