mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-02-09 17:32:05 +00:00
* In release workflow, infer release notes from CHANGELOG * Retain links in GitHub release notes
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
. .env.$1
|
|
|
|
RELEASE_NOTES="$DELIVER_METADATA_PATH/en-US/release_notes.txt"
|
|
|
|
ci/latest-changelog.sh $1 stripped >"$RELEASE_NOTES"
|