2020-09-15 23:14:05 +03:00
|
|
|
# Usage: ./release.sh 4.37
|
|
|
|
|
|
|
|
|
|
# Commit and push version number changes
|
|
|
|
|
cd ~/repos/wekan
|
|
|
|
|
git add --all
|
|
|
|
|
git commit -m "v$1"
|
|
|
|
|
git push
|
|
|
|
|
|
|
|
|
|
# Add release tag
|
|
|
|
|
~/repos/wekan/releases/add-tag.sh v$1
|
|
|
|
|
|
|
|
|
|
# Push to repo
|
|
|
|
|
git push
|
2018-11-04 18:32:08 +02:00
|
|
|
|
2019-08-11 23:05:41 +03:00
|
|
|
# Build Bundle
|
|
|
|
|
~/repos/wekan/releases/release-bundle.sh $1
|
|
|
|
|
|
2018-11-04 18:32:08 +02:00
|
|
|
# Build Sandstorm
|
2020-09-15 23:14:05 +03:00
|
|
|
#~/repos/wekan/releases/release-sandstorm.sh $1
|
2018-11-04 18:32:08 +02:00
|
|
|
|
|
|
|
|
# Build Snap
|
2019-08-11 23:05:41 +03:00
|
|
|
#./release-snap.sh $1
|