Move CHANGELOG preface to env

This commit is contained in:
Davide De Rosa 2021-10-05 10:30:12 +02:00
parent a2303c9375
commit 894116269a
4 changed files with 2 additions and 8 deletions

2
.env
View File

@ -3,7 +3,7 @@ APP_NAME="Passepartout"
#MATCH_READONLY="true" #MATCH_READONLY="true"
BUILD_PATH="build" BUILD_PATH="build"
DIST_PATH="dist" DIST_PATH="dist"
CHANGELOG_PREFACE="templates/CHANGELOG.preface.md" CHANGELOG_PREFACE="# Warning\n\nPlease report to beta@passepartoutvpn.app immediately\nif this build deletes some or all profiles.\n"
# constant (fastlane) # constant (fastlane)
LC_ALL="en_US.UTF-8" LC_ALL="en_US.UTF-8"

1
.gitignore vendored
View File

@ -13,7 +13,6 @@ Pods
**/fastlane/metadata/trade_representative_contact_information **/fastlane/metadata/trade_representative_contact_information
build/ build/
dist/ dist/
templates/new-strings.txt
iap/ iap/
.env.secret* .env.secret*
Preview.html Preview.html

@ -1 +1 @@
Subproject commit ba39eecc120d487f106f10907bb8d840f9d421da Subproject commit 945f273a3d4fd24d3d2e9cf401d42c354946714a

View File

@ -1,5 +0,0 @@
# Warning
Please report to beta@passepartoutvpn.app immediately
if this build deletes some or all profiles.