Merge pull request #2635 from vector-im/fix_release_tag

BF: Build: Fix build based on git tag
This commit is contained in:
manuroe
2019-08-08 17:27:46 +02:00
committed by GitHub
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
Changes in 0.9.2 (2019-07-)
Changes in 0.9.2 (2019-08-08)
===============================================
Improvements:
@@ -12,7 +12,8 @@ Improvements:
Bug fix:
* Crash when leaving settings due to backup section refresh animation.
* Reactions: Do not display reactions on redacted events in timeline.
* Fix crash for earch bar customisation in iOS13 (#2626).
* Fix crash for search bar customisation in iOS13 (#2626).
* Build: Fix build based on git tag.
Changes in 0.9.1 (2019-07-17)
===============================================
+2 -1
View File
@@ -37,8 +37,9 @@ bundle update
# Checkout the source to build
mkdir -p $BUILD_DIR
cd $BUILD_DIR
git clone --single-branch --branch $TAG https://github.com/vector-im/riot-ios.git
git clone https://github.com/vector-im/riot-ios.git
cd riot-ios
git checkout -b $TAG $TAG
# Develop branch special case