mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix Xcode Cloud release notes, unshallow repository before generating them.
This commit is contained in:
parent
3ba34c0704
commit
333c031798
@ -73,8 +73,9 @@ generate_what_to_test_notes() {
|
|||||||
TESTFLIGHT_DIR_PATH=TestFlight
|
TESTFLIGHT_DIR_PATH=TestFlight
|
||||||
TESTFLIGHT_NOTES_FILE_NAME=WhatToTest.en-US.txt
|
TESTFLIGHT_NOTES_FILE_NAME=WhatToTest.en-US.txt
|
||||||
|
|
||||||
# Xcode Cloud shallow clones the repo, we need to manually fetch the tags
|
# Xcode Cloud shallow clones the repo, we need to deepen it to fetch tags and commit history
|
||||||
git fetch --tags --quiet
|
# Instead of trying `--deepen=<depth>` just do a full unshallow to avoid future surprises
|
||||||
|
git fetch --unshallow --quiet
|
||||||
|
|
||||||
LATEST_TAG=""
|
LATEST_TAG=""
|
||||||
if [ "$CI_WORKFLOW" = "Release" ]; then
|
if [ "$CI_WORKFLOW" = "Release" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user