passepartout-apple/ci/update-release-notes.sh
Davide De Rosa fc68c674a5
Address issues with release notes in workflow (#284)
* In release workflow, infer release notes from CHANGELOG

* Retain links in GitHub release notes
2023-04-07 12:08:55 +02:00

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"