mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-12 11:39:04 +00:00
fc68c674a5
* 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"
|