Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
signalapp
GitHub Repository: signalapp/Signal-iOS
Path: blob/main/Scripts/set_release_notes
1 views
#!/usr/bin/env bash

set -x
set -e

BASE_DIR=$(git rev-parse --show-toplevel)
METADATA_ROOT="$BASE_DIR/fastlane/metadata"

# Open the editor for entering the changelog
${VISUAL:-${EDITOR:-vi}} "${METADATA_ROOT}/en-US/release_notes.txt"

"${BASE_DIR}"/Scripts/translation/push-metadata-source
"${BASE_DIR}"/Scripts/translation/pull-metadata-translations