Commit English release notes from CHANGELOG

Stripped of trailing GitHub links.
This commit is contained in:
Davide De Rosa 2019-04-07 17:44:57 +02:00
parent fd7a75af5c
commit 3cc2dd8005
1 changed files with 5 additions and 0 deletions

5
ci/commit-release-notes.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
TARGET="fastlane/metadata/en-US/release_notes.txt"
ci/latest-changelog.sh | sed -E "s/^(.*) \[#.*$/\1/" >$TARGET
git add $TARGET
git commit -m "Update release notes (en)"