Update release scripts.

This commit is contained in:
Lauri Ojansivu 2020-09-15 23:14:05 +03:00
parent e05541da88
commit e79b7fad0a
3 changed files with 17 additions and 2 deletions

2
releases/release-ondra-1.sh Executable file
View file

@ -0,0 +1,2 @@
git fetch upstream
git merge upstream/master

1
releases/release-ondra-2.sh Executable file
View file

@ -0,0 +1 @@
git push --follow-tags

View file

@ -1,10 +1,22 @@
# Usage: ./release.sh 1.36
# 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
# Build Bundle
~/repos/wekan/releases/release-bundle.sh $1
# Build Sandstorm
~/repos/wekan/releases/release-sandstorm.sh $1
#~/repos/wekan/releases/release-sandstorm.sh $1
# Build Snap
#./release-snap.sh $1