mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-12 11:39:04 +00:00
157f336184
Drop submodule.
8 lines
206 B
Bash
Executable File
8 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
. .env.$1
|
|
|
|
RELEASE_NOTES="$DELIVER_METADATA_PATH/en-US/release_notes.txt"
|
|
STRIPPED_ISSUES_SUB="s/^(.*)\. \[.*$/\1./"
|
|
|
|
ci/latest-changelog.sh $1 | sed -E "$STRIPPED_ISSUES_SUB" >"$RELEASE_NOTES"
|