mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
10 lines
189 B
Bash
Executable file
10 lines
189 B
Bash
Executable file
# Usage: ./release.sh 1.36
|
|
|
|
# Build Bundle
|
|
~/repos/wekan/releases/release-bundle.sh $1
|
|
|
|
# Build Sandstorm
|
|
~/repos/wekan/releases/release-sandstorm.sh $1
|
|
|
|
# Build Snap
|
|
#./release-snap.sh $1
|